Lines Matching full:offload
3 // RUN: %clang -x hip --target=x86_64-unknown-linux-gnu --no-offload-new-driver \
4 // RUN: --offload-arch=gfx906 -c -nostdinc -nogpuinc -nohipwrapperinc \
7 // RUN: %clang -x hip --target=x86_64-unknown-linux-gnu -DLIB --no-offload-new-driver \
8 // RUN: --offload-arch=gfx906 -c -nostdinc -nogpuinc -nohipwrapperinc \
11 // RUN: %clang -x hip --target=x86_64-unknown-linux-gnu -DMAIN --no-offload-new-driver \
12 // RUN: --offload-arch=gfx906 -c -nostdinc -nogpuinc -nohipwrapperinc \
27 // RUN: %clang -v --target=x86_64-unknown-linux-gnu --no-offload-new-driver \
28 // RUN: --hip-link -fgpu-rdc --offload-arch=gfx906 \
35 // LD-R: "{{.*}}/clang-offload-bundler" {{.*}}-unbundle
37 // LD-R: "{{.*}}/clang-offload-bundler"
49 // RUN: %clang -v --target=x86_64-unknown-linux-gnu --no-offload-new-driver \
50 // RUN: --hip-link -fgpu-rdc --offload-arch=gfx906 \
57 // RUN: %clang -v --target=x86_64-unknown-linux-gnu --no-offload-new-driver \
58 // RUN: --hip-link -fgpu-rdc --offload-arch=gfx906 \
65 // STATIC: "{{.*}}/clang-offload-bundler" {{.*}}-unbundle
67 // STATIC: "{{.*}}/clang-offload-bundler"
71 // RUN: %clang -v --target=x86_64-unknown-linux-gnu --no-offload-new-driver \
72 // RUN: --hip-link -no-hip-rt -fgpu-rdc --offload-arch=gfx906 \