Replies: 3 comments 3 replies
-
| @mathbird do you mean |
Beta Was this translation helpful? Give feedback.
2 replies
-
| 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.
0 replies
-
| Is SYCL ESMID portable (e.g. NVIDIA GPUs) ? Is the dp4a example specific to Intel GPUs ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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