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 449f69b commit 3fabbf8Copy full SHA for 3fabbf8
sycl/include/sycl/accessor.hpp
@@ -1737,7 +1737,8 @@ class __SYCL_EBO __SYCL_SPECIAL_CLASS __SYCL_TYPE(accessor) accessor :
1737
#endif
1738
() const {
1739
const size_t LinearIndex = getLinearIndex(id<AdjustedDim>());
1740
- return multi_ptr<DataT, AS, access::decorated::yes>(getQualifiedPtr() + LinearIndex);
+ return multi_ptr<DataT, AS, access::decorated::yes>(getQualifiedPtr() +
1741
+ LinearIndex);
1742
}
1743
1744
template <int Dims = Dimensions,
0 commit comments