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 5af8c43 commit d36480dCopy full SHA for d36480d
sycl/include/sycl/ext/intel/experimental/esimd/simd.hpp
@@ -372,7 +372,7 @@ template <typename Ty, int N> class simd {
372
/// \param Offset is offset in number of elements in src region.
373
/// \return replicated simd instance.
374
template <int Rep, int W> simd<Ty, Rep * W> replicate_w(uint16_t Offset) {
375
- return replicate_vs_w_hs<Rep, W, W, 1>(Offset);
+ return replicate_vs_w_hs<Rep, 0, W, 1>(Offset);
376
}
377
378
/// \tparam Rep is number of times region has to be replicated.
0 commit comments