Skip to content

Commit 69def5a

Browse files
committed
[SYCL] Add work_group_static header to sycl.hpp
Adding the work_group_static.hpp header to sycl.hpp was missed in the implementation of the extension. This commit amends this. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 3eaabec commit 69def5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/sycl/sycl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ can be disabled by setting SYCL_DISABLE_FSYCL_SYCLHPP_WARNING macro.")
157157
#include <sycl/ext/oneapi/virtual_mem/physical_mem.hpp>
158158
#include <sycl/ext/oneapi/virtual_mem/virtual_mem.hpp>
159159
#include <sycl/ext/oneapi/weak_object.hpp>
160+
#include <sycl/ext/oneapi/work_group_static.hpp>
160161
#include <sycl/khr/dynamic_addrspace_cast.hpp>
161162
#include <sycl/khr/free_function_commands.hpp>
162163
#include <sycl/khr/group_interface.hpp>

0 commit comments

Comments
 (0)