Replies: 3 comments 3 replies
-
@mathbird do you mean |
Beta Was this translation helpful? Give feedback.
-
Looks like you are basically looking how to do a reduction in ESIMD using SLM. Good example is https://github.com/intel/llvm-test-suite/blob/intel/SYCL/ESIMD/histogram_256_slm.cpp, look for slm_init, slm_load, slm_atomic, slm_store. |
Beta Was this translation helpful? Give feedback.
-
Is SYCL ESMID portable (e.g. NVIDIA GPUs) ? Is the dp4a example specific to Intel GPUs ? |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a code sample for vector dot product, using SYCL esimd intrinsic functions?
Thanks,
D.
Beta Was this translation helpful? Give feedback.
All reactions