dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Implementation of histogram with sycl kernel

Open AlexanderKalistratov opened this issue 5 months ago • 1 comments

Implemention of histogram with sycl_kernel. This PR adds generic histogram kernel which can be used in the future to implement other versions of histogram such as bincount, histogram2d and histogramdd or specialize kernel for special cases like uniform bins.

sycl kernel covers only specific datatype and usm memory types. Unsupported cases are covered by additional copy.

AlexanderKalistratov avatar Sep 11 '24 21:09 AlexanderKalistratov