@@ -248,9 +248,9 @@ ESIMD_INLINE ESIMD_NODEBUG void block_store(AccessorTy acc, uint32_t offset,
248
248
#endif // __SYCL_DEVICE_ONLY__ && __SYCL_EXPLICIT_SIMD__
249
249
}
250
250
251
- // / Accessor-based gather.
251
+ // / Accessor-based gather.
252
252
// /
253
- // / Collects elements located at given offsets in an accessor and returns them
253
+ // / Collects elements located at given offsets in an accessor and returns them
254
254
// / as a single \ref simd object. An element can be 1, 2 or 4-byte value.
255
255
// /
256
256
// / \tparam T is element type; can only be a 1,2,4-byte integer or \c float.
@@ -313,9 +313,9 @@ ESIMD_INLINE ESIMD_NODEBUG
313
313
}
314
314
}
315
315
316
- // / Accessor-based scatter.
316
+ // / Accessor-based scatter.
317
317
// /
318
- // / Writes elements of a \ref simd object into an accessor at given offsets.
318
+ // / Writes elements of a \ref simd object into an accessor at given offsets.
319
319
// / An element can be 1, 2 or 4-byte value.
320
320
// /
321
321
// / \tparam T is element type; can only be a 1,2,4-byte integer or \c float.
@@ -821,7 +821,7 @@ ESIMD_INLINE ESIMD_NODEBUG uint32_t esimd_get_value(AccessorTy acc) {
821
821
}
822
822
823
823
// / \defgroup sycl_esimd_raw_send_api Raw send APIs
824
- // / APIs below are used to implement the send messages on Intel(R) processor
824
+ // / APIs below are used to implement the send messages on Intel(R) processor
825
825
// / graphics, as defined in the documentation at
826
826
// / https://01.org/sites/default/files/documentation/intel-gfx-prm-osrc-icllp-vol02a-commandreference-instructions_2.pdf
827
827
// /
@@ -835,9 +835,9 @@ ESIMD_INLINE ESIMD_NODEBUG uint32_t esimd_get_value(AccessorTy acc) {
835
835
// / \param msgSrc1 is the second source operand of send message.
836
836
// / \param exDesc is the extended message descriptor.
837
837
// / \param msgDesc is the message descriptor.
838
- // / \param execSize is the execution size, which must be a compile time
838
+ // / \param execSize is the execution size, which must be a compile time
839
839
// / constant.
840
- // / \param sfid is the shared function ID, which must be a compile time
840
+ // / \param sfid is the shared function ID, which must be a compile time
841
841
// / constant.
842
842
// / \param numSrc0 is the number of GRFs for source-0, which must be a compile
843
843
// / time constant.
@@ -921,15 +921,15 @@ esimd_raw_send_load(simd<T1, n1> msgDst, simd<T2, n2> msgSrc0, uint32_t exDesc,
921
921
// / constant.
922
922
// / \param sfid is the shared function ID, which must be a compile time
923
923
// / constant.
924
- // / \param numSrc0 is the number of GRFs for source-0, which must be a compile
924
+ // / \param numSrc0 is the number of GRFs for source-0, which must be a compile
925
925
// / time constant.
926
- // / \param numSrc1 is the number of GRFs for source-1, which must be a compile
926
+ // / \param numSrc1 is the number of GRFs for source-1, which must be a compile
927
927
// / time constant.
928
- // / \param isEOT is the flag that indicates whether this is an EOT message,
928
+ // / \param isEOT is the flag that indicates whether this is an EOT message,
929
929
// / which must be a compile time constant (optional - default to 0).
930
- // / \param isSendc is the flag that indicates whether sendc should be used,
930
+ // / \param isSendc is the flag that indicates whether sendc should be used,
931
931
// / which must be a compile time constant (optional - default to 0).
932
- // / \param mask is the predicate to specify enabled channels (optional - default
932
+ // / \param mask is the predicate to specify enabled channels (optional - default
933
933
// / to on).
934
934
template <typename T1, int n1, typename T2, int n2, int N = 16 >
935
935
ESIMD_INLINE ESIMD_NODEBUG void
@@ -958,13 +958,13 @@ esimd_raw_sends_store(simd<T1, n1> msgSrc0, simd<T2, n2> msgSrc1,
958
958
// / constant.
959
959
// / \param sfid is the shared function ID, which must be a compile time
960
960
// / constant.
961
- // / \param numSrc0 is the number of GRFs for source-0, which must be a compile
961
+ // / \param numSrc0 is the number of GRFs for source-0, which must be a compile
962
962
// / time constant.
963
- // / \param isEOT is the flag that indicates whether this is an EOT message,
963
+ // / \param isEOT is the flag that indicates whether this is an EOT message,
964
964
// / which must be a compile time constant (optional - default to 0).
965
- // / \param isSendc is the flag that indicates whether sendc should be used,
965
+ // / \param isSendc is the flag that indicates whether sendc should be used,
966
966
// / which must be a compile time constant (optional - default to 0).
967
- // / \param mask is the predicate to specify enabled channels (optional - default
967
+ // / \param mask is the predicate to specify enabled channels (optional - default
968
968
// / to on).
969
969
template <typename T1, int n1, int N = 16 >
970
970
ESIMD_INLINE ESIMD_NODEBUG void
0 commit comments