Skip to content

Commit e09d9d1

Browse files
committed
[CUDA] XFAIL 4 DeviceLib test due to fmod intrinsic
1 parent 2a493c8 commit e09d9d1

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

sycl/test-e2e/DeviceLib/cmath_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: spirv-backend
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
13
// REQUIRES: aspect-fp64
24
// UNSUPPORTED: target-amd || target-nvidia
35

sycl/test-e2e/DeviceLib/cmath_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: cuda
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
13
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
24

35
// RUN: %{build} -fno-builtin %{mathflags} -o %t1.out

sycl/test-e2e/DeviceLib/math_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: *
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
13
// REQUIRES: aspect-fp64
24

35
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}

sycl/test-e2e/DeviceLib/math_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: cuda
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
13
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
24

35
// RUN: %{build} %{mathflags} -o %t1.out

0 commit comments

Comments
 (0)