Skip to content

Commit 678cd95

Browse files
[SYCL][LIT] Mark inline asm tests as unsupported on CUDA (#2382)
Signed-off-by: Aleksander Fadeev <[email protected]> Signed-off-by: yanfeng xiao <[email protected]> Co-authored-by: Aleksander Fadeev <[email protected]>
1 parent 4d468f1 commit 678cd95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sycl/test/inline-asm/asm_arbitrary_ops_order.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: cuda
12
// REQUIRES: gpu,linux
23
// This test is disabled because there is a bug somewhere either in test or in
34
// the inline asm support

sycl/test/inline-asm/asm_multiple_instructions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: cuda
12
// REQUIRES: gpu,linux
23
// This test is disabled because there is a bug somewhere either in test or in
34
// the inline asm support

0 commit comments

Comments
 (0)