We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ea491 commit 90a6f53Copy full SHA for 90a6f53
sycl/include/sycl/khr/work_item_queries.hpp
@@ -16,7 +16,7 @@ inline namespace _V1 {
16
namespace khr {
17
18
template <int Dimensions> nd_item<Dimensions> this_nd_item() {
19
- return ext::oneapi::experimental::this_nd_item<Dimensions>();
+ return ext::oneapi::this_work_item::get_nd_item<Dimensions>();
20
}
21
22
template <int Dimensions> group<Dimensions> this_group() {
0 commit comments