Skip to content

Commit c9d9568

Browse files
committed
Re-enable some SYCL tests
This will cause the gitlab CI tests to fail.
1 parent 2e82f4d commit c9d9568

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Tests/Algebra/GMRES/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
if (AMReX_SYCL)
2-
return()
3-
endif()
4-
51
foreach(D IN LISTS AMReX_SPACEDIM)
62
set(_sources main.cpp)
73
set(_input_files )

Tests/FFT/C2C/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
foreach(D IN LISTS AMReX_SPACEDIM)
2-
if (D EQUAL 2)
3-
return()
4-
endif()
5-
6-
if (D EQUAL 3)
7-
return()
8-
endif()
9-
102
set(_sources main.cpp)
113

124
set(_input_files)

0 commit comments

Comments
 (0)