Skip to content

Commit b4a744c

Browse files
0x12CCbader
andauthored
[SYCL][NFC] Add REQUIRES: cuda to CUDA test (#19583)
This change adds `REQUIRES: cuda` to the `cmath-fallback-ld.cpp` test since it uses the CUDA target. --------- Signed-off-by: Michael Aziz <[email protected]> Co-authored-by: Alexey Bader <[email protected]>
1 parent 66532cf commit b4a744c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test/check_device_code/math-builtins/cmath-fallback-ld.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Note: This isn't really target specific and should be switched to spir when
22
// it's enabled for it.
33

4+
// REQUIRES: cuda
45
// RUN: %clang -fsycl -fsyntax-only -fsycl-targets=nvptx64-nvidia-cuda -nocudalib %s
56

67
// Check that mixed calls with long double don't cause compile errors on the

0 commit comments

Comments
 (0)