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 97e7e03 commit c8d720cCopy full SHA for c8d720c
sycl/include/CL/sycl/INTEL/esimd/esimd_memory.hpp
@@ -658,8 +658,9 @@ ESIMD_INLINE ESIMD_NODEBUG uint32_t esimd_get_value(AccessorTy acc) {
658
return __esimd_get_value(acc);
659
#endif // __SYCL_DEVICE_ONLY__ && __SYCL_EXPLICIT_SIMD__
660
}
661
-/// Raw send APIs below are used to implement the send messages on Intel(R) processor
662
-/// graphics, as defined in the documentation at
+
++/// Raw send APIs below are used to implement the send messages on Intel(R)
663
++/// processor graphics, as defined in the documentation at
664
/// https://01.org/sites/default/files/documentation/intel-gfx-prm-osrc-icllp-vol02a-commandreference-instructions_2.pdf
665
666
/// \brief Raw sends load.
0 commit comments