File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Ensure -fsycl-allow-device-dependencies can work with free function kernels.
2
2
3
3
// REQUIRES: aspect-usm_shared_allocations
4
- // RUN: %{build} -o %t.out -fsycl-allow-device-dependencies
4
+ // RUN: %{build} -o %t.out -fsycl-allow-device-image- dependencies
5
5
// RUN: %{run} %t.out
6
6
7
7
// The name mangling for free function kernels currently does not work with PTX.
Original file line number Diff line number Diff line change 8
8
// Ensure that SPV_KHR_bit_instructions is disabled so that translator
9
9
// will lower llvm.bitreverse.* intrinsics instead of relying on SPIRV
10
10
// BitReverse instruction.
11
- // Also build executable with SPV dump. Use -fno-sycl-allow-device-dependencies to
11
+ // Also build executable with SPV dump. Use -fno-sycl-allow-device-image- dependencies to
12
12
// ensure that only one SPV file is generated.
13
- // RUN: %{build} -Wno-error=psabi -Wno-error=constant-conversion -o %t.out -O2 -Xspirv-translator --spirv-ext=-SPV_KHR_bit_instructions -fsycl-dump-device-code=%t.spvdir -fno-sycl-allow-device-dependencies
13
+ // RUN: %{build} -Wno-error=psabi -Wno-error=constant-conversion -o %t.out -O2 -Xspirv-translator --spirv-ext=-SPV_KHR_bit_instructions -fsycl-dump-device-code=%t.spvdir -fno-sycl-allow-device-image- dependencies
14
14
15
15
// Rename SPV file to explictly known filename.
16
16
// RUN: mv %t.spvdir/*.spv %t.spvdir/dump.spv
Original file line number Diff line number Diff line change 13
13
// Ensure that SPV_KHR_bit_instructions is disabled so that translator
14
14
// will lower llvm.bitreverse.* intrinsics instead of relying on SPIRV
15
15
// BitReverse instruction.
16
- // Also build executable with SPV dump. Use -fno-sycl-allow-device-dependencies to
16
+ // Also build executable with SPV dump. Use -fno-sycl-allow-device-image- dependencies to
17
17
// ensure that only one SPV file is generated.
18
- // RUN: %{build} -o %t.out -O2 -Xspirv-translator --spirv-ext=-SPV_KHR_bit_instructions -fsycl-dump-device-code=%t.spvdir -fno-sycl-allow-device-dependencies
18
+ // RUN: %{build} -o %t.out -O2 -Xspirv-translator --spirv-ext=-SPV_KHR_bit_instructions -fsycl-dump-device-code=%t.spvdir -fno-sycl-allow-device-image- dependencies
19
19
20
20
// Rename SPV file to explictly known filename.
21
21
// RUN: mv %t.spvdir/*.spv %t.spvdir/dump.spv
You can’t perform that action at this time.
0 commit comments