Skip to content

Commit

Permalink
Merge pull request #3755 from masterleinad/fix_sycl_typo
Browse files Browse the repository at this point in the history
Fix SYCL typo
  • Loading branch information
dalg24 authored Jan 28, 2021
2 parents 16eaed4 + 74bd7d8 commit da6e907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Kokkos_SYCL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class SYCL {
//@{

KOKKOS_INLINE_FUNCTION static int in_parallel() {
#if defined(__SYCL_ARCH__)
#if defined(__SYCL_DEVICE_ONLY__)
return true;
#else
return false;
Expand Down

0 comments on commit da6e907

Please sign in to comment.