Skip to content

Commit 8ce3345

Browse files
[SYCL] Add work_group_static header to sycl.hpp (#20842)
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 <steffen.larsen@intel.com>
1 parent 8ded896 commit 8ce3345

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
@@ -156,6 +156,7 @@ can be disabled by setting SYCL_DISABLE_FSYCL_SYCLHPP_WARNING macro.")
156156
#include <sycl/ext/oneapi/virtual_mem/physical_mem.hpp>
157157
#include <sycl/ext/oneapi/virtual_mem/virtual_mem.hpp>
158158
#include <sycl/ext/oneapi/weak_object.hpp>
159+
#include <sycl/ext/oneapi/work_group_static.hpp>
159160
#include <sycl/khr/dynamic_addrspace_cast.hpp>
160161
#include <sycl/khr/free_function_commands.hpp>
161162
#include <sycl/khr/group_interface.hpp>

0 commit comments

Comments
 (0)