Extension Type
Improvement
Feature Description
The range and id classes have default constructor. It's possible that user is not aware of the required globalSize and `localSize, so it's not possible to construct the range using the existing constructor:
// The offset is deprecated in SYCL 2020.
nd_range(range<Dimensions> globalSize, range<Dimensions> localSize,
id<Dimensions> offset = id<Dimensions>()) noexcept;
Therefore I suggest to add:
Related Functionality in C++
No response
Related Functionality in Other Languages
No response
Related SYCL Extensions
No response
Extension Type
Improvement
Feature Description
The
rangeandidclasses have default constructor. It's possible that user is not aware of the requiredglobalSizeand `localSize, so it's not possible to construct the range using the existing constructor:Therefore I suggest to add:
Related Functionality in C++
No response
Related Functionality in Other Languages
No response
Related SYCL Extensions
No response