Skip to content

Commit ba68d37

Browse files
authored
[SYCL][E2E] Re-enable fp64 cmath tests for cuda/hip (#18973)
Unsure why this test was disabled, but it is passing now.
1 parent ca92dc1 commit ba68d37

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sycl/test-e2e/DeviceLib/cmath_fp64_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// UNSUPPORTED: spirv-backend
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
33
// REQUIRES: aspect-fp64
4-
// UNSUPPORTED: target-amd || target-nvidia
54

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

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 255
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 254
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -98,7 +98,6 @@
9898
// CHECK-NEXT: DeviceImageDependencies/singleDynamicLibrary.cpp
9999
// CHECK-NEXT: DeviceLib/built-ins/printf.cpp
100100
// CHECK-NEXT: DeviceLib/cmath-aot.cpp
101-
// CHECK-NEXT: DeviceLib/cmath_fp64_test.cpp
102101
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
103102
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
104103
// CHECK-NEXT: DeviceLib/imf_double2bfloat16.cpp

0 commit comments

Comments
 (0)