We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f17ada commit 9533871Copy full SHA for 9533871
sycl/include/sycl/group.hpp
@@ -115,6 +115,8 @@ template <int Dimensions = 1> class __SYCL_TYPE(group) group {
115
116
size_t get_group_id(int dimension) const { return index[dimension]; }
117
118
+ __SYCL2020_DEPRECATED("calculate sycl::group::get_group_range() * "
119
+ "sycl::group::get_max_local_range() instead")
120
range<Dimensions> get_global_range() const { return globalRange; }
121
122
size_t get_global_range(int dimension) const {
0 commit comments