ParRes / Kernels

This is a set of simple programs that can be used to explore the features of a parallel platform.
https://groups.google.com/forum/#!forum/parallel-research-kernels
Other
409 stars 107 forks source link

Adding nstream example using oneDPL #548

Closed reble closed 3 years ago

reble commented 3 years ago

Which kernels are implemented?

Documentation and build examples

New nstream example is using oneAPI DPC++ Library. Implementation inspired by STL and SYCL USM example. Works with existing oneAPI build configuration.

Do you certify that your contribution is made in good faith and does not attempt to introduce any negative behavior into this project?

jeffhammond commented 3 years ago

Cool. Thanks!

I should know this, but is there no oneDPL vector class that can be used instead of a SYCL buffer, similar to Thrust? (https://docs.nvidia.com/cuda/thrust/index.html#vectors)