Skip to content

Commit 2a23c5b

Browse files
committed
[SYCL] no need for SYCL_EXTERNAL
1 parent cf3bd85 commit 2a23c5b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/ekat/kokkos/ekat_kokkos_utils.hpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ namespace impl {
5757
* detail, and, normally, should not be used by customer apps
5858
*/
5959
template <bool Serialize, typename TeamMember, typename Lambda, typename ValueType>
60-
#ifdef KOKKOS_ENABLE_SYCL
61-
SYCL_EXTERNAL
62-
#else
63-
static
64-
#endif
65-
KOKKOS_INLINE_FUNCTION
60+
static KOKKOS_INLINE_FUNCTION
6661
void parallel_reduce (const TeamMember& team,
6762
const int& begin, // pack index
6863
const int& end, // pack index

0 commit comments

Comments
 (0)