Skip to content

Commit b238500

Browse files
committed
Fixed SYCL tl_status decl
1 parent d74f811 commit b238500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/RAJA/policy/sycl/MemUtils_SYCL.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct syclInfo
5656

5757
extern syclInfo g_status;
5858

59-
extern syclInfo tl_status;
59+
thread_local extern syclInfo tl_status;
6060

6161
extern std::unordered_map<::sycl::queue, bool> g_queue_info_map;
6262

0 commit comments

Comments
 (0)