File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// REQUIRES: !system-windows
3
3
4
4
// RUN: %clang -### \
5
- // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa \
5
+ // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa -fno-sycl-libspirv \
6
6
// RUN: -Xsycl-target-backend --offload-arch=gfx900 \
7
7
// RUN: -fsycl-fp32-prec-sqrt \
8
8
// RUN: --rocm-path=%S/Inputs/rocm \
12
12
// CHECK-CORRECT: "-mlink-builtin-bitcode" "{{.*}}/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc"
13
13
14
14
// RUN: %clang -### \
15
- // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa \
15
+ // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa -fno-sycl-libspirv \
16
16
// RUN: -Xsycl-target-backend --offload-arch=gfx900 \
17
17
// RUN: --rocm-path=%S/Inputs/rocm \
18
18
// RUN: %s \
21
21
// CHECK-APPROX: "-mlink-builtin-bitcode" "{{.*}}/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc"
22
22
23
23
// RUN: %clang -### \
24
- // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa \
24
+ // RUN: -fsycl -fsycl-targets=amdgcn-amd-amdhsa -fno-sycl-libspirv \
25
25
// RUN: -Xsycl-target-backend --offload-arch=gfx900 \
26
26
// RUN: -fsycl-fp32-prec-sqrt -fno-hip-fp32-correctly-rounded-divide-sqrt \
27
27
// RUN: --rocm-path=%S/Inputs/rocm \
You can’t perform that action at this time.
0 commit comments