Skip to content

Commit

Permalink
fix sycl executor name
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Feb 27, 2024
1 parent f2ef62a commit 60bdfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if(GINKGO_BUILD_TESTS)
list(APPEND executors hip)
endif()
if(GINKGO_BUILD_SYCL)
list(APPEND executors sycl)
list(APPEND executors dpcpp)
endif()
if(GINKGO_BUILD_OMP)
list(APPEND executors omp)
Expand Down

0 comments on commit 60bdfa9

Please sign in to comment.