Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sycl/include/CL/sycl/INTEL/esimd/esimd_memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,9 @@ ESIMD_INLINE ESIMD_NODEBUG uint32_t esimd_get_value(AccessorTy acc) {
return __esimd_get_value(acc);
#endif // __SYCL_DEVICE_ONLY__ && __SYCL_EXPLICIT_SIMD__
}
/// Raw send APIs below are used to implement the send messages on Intel(R) processor
/// graphics, as defined in the documentation at

+/// Raw send APIs below are used to implement the send messages on Intel(R)
+/// processor graphics, as defined in the documentation at
/// https://01.org/sites/default/files/documentation/intel-gfx-prm-osrc-icllp-vol02a-commandreference-instructions_2.pdf

/// \brief Raw sends load.
Expand Down