Skip to content

Commit d88b0a7

Browse files
jchlandabb-sycl
authored andcommitted
[CUDA] Enable fixed fp16 tests (intel#1342)
1 parent 221e260 commit d88b0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/SubGroup/reduce_spirv13_fp16.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || hip
1+
// UNSUPPORTED: hip
22

33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/scan_spirv13_fp16.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || hip
1+
// UNSUPPORTED: hip
22

33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)