oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Implement the histogram algorithm for standard aligned execution policies

Open akukanov opened this issue 1 year ago • 1 comments

Summary:

The oneDPL specification 1.4 adds the histogram algorithm as described in https://github.com/uxlfoundation/oneAPI-spec/pull/571 While it is already supported for device execution policies, the implementation for standard aligned policies (par etc.) is currently lacking.

Unless the best design for it is straightforward based on the existing backend patterns, it might be worth opening an RFC for the design discussion.

akukanov avatar Oct 14 '24 15:10 akukanov

I will open a RFC. No, it will not fit into existing patterns efficiently, but I have a tentative plan, so an RFC seems correct here.

danhoeflinger avatar Oct 14 '24 16:10 danhoeflinger

https://github.com/oneapi-src/oneDPL/pull/1930 I've added an RFC for discussion.

danhoeflinger avatar Nov 01 '24 19:11 danhoeflinger