Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/include/sycl/sycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ can be disabled by setting SYCL_DISABLE_FSYCL_SYCLHPP_WARNING macro.")
#include <sycl/khr/dynamic_addrspace_cast.hpp>
#include <sycl/khr/free_function_commands.hpp>
#include <sycl/khr/group_interface.hpp>
#include <sycl/khr/includes/work_item_queries.hpp>
#include <sycl/khr/static_addrspace_cast.hpp>
#include <sycl/khr/work_item_queries.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <cassert>
#include <iostream>
#include <sycl/detail/core.hpp>
#include <sycl/khr/work_item_queries.hpp>
#include <sycl/khr/includes/work_item_queries.hpp>

template <size_t... Dims> static int check_this_nd_item_api() {
// Define the kernel ranges.
Expand Down
Loading