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 e05d586 commit 6f117f3Copy full SHA for 6f117f3
sycl/include/sycl/ext/intel/experimental/esimd/simd.hpp
@@ -175,8 +175,8 @@ template <typename Ty, int N> class simd {
175
/// \param Offset is the starting element offset.
176
/// \return the representing region object.
177
template <int Size, int Stride>
178
- simd_view<simd, region1d_t<Ty, Size, Stride>>
179
- select(uint16_t Offset = 0) &[[clang::lifetimebound]] {
+ simd_view<simd, region1d_t<Ty, Size, Stride>> select(uint16_t Offset = 0) &[
+ [clang::lifetimebound]] {
180
region1d_t<Ty, Size, Stride> Reg(Offset);
181
return {*this, Reg};
182
}
0 commit comments