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 bce423c commit 8e2162fCopy full SHA for 8e2162f
sycl/include/CL/sycl/nd_item.hpp
@@ -81,9 +81,7 @@ template <int dimensions = 1> class nd_item {
81
return Id;
82
}
83
84
- range<dimensions> get_group_range() const {
85
- return Group.get_group_range();
86
- }
+ range<dimensions> get_group_range() const { return Group.get_group_range(); }
87
88
size_t __SYCL_ALWAYS_INLINE get_group_range(int dimension) const {
89
size_t Range = Group.get_group_range(dimension);
0 commit comments