Skip to content

Commit

Permalink
Repair errant change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Nov 8, 2024
1 parent 9edc74b commit 969ac4f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
#

#
# While we're adding SYCL tests, enable it for each test set like this.
#
# Eventually, remove this and enable in the top-level CMakeLists.txt file.
# Eventually, enable SYCL tests when we know they work
#
if(RAJA_ENABLE_SYCL)
list(APPEND KERNEL_BACKENDS Sycl)
list(REMOVE_ITEM KERNEL_BACKENDS Sycl)
endif()

foreach( BACKEND ${KERNEL_BACKENDS} )
Expand Down

0 comments on commit 969ac4f

Please sign in to comment.