Skip to content

Commit

Permalink
remove general language keep specifics to histogram
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger committed Dec 20, 2024
1 parent d718e0e commit bb9e6f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rfcs/proposed/host_backend_histogram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ There are no guidelines here from the standard library as this is an extension A
footprint where possible.

### Code Reuse
It is a priority to reuse as much as we can which already exists and has been reviewed within oneDPL. We want to
minimize adding requirements for parallel backends to implement, and lift as much as possible to the algorithm
implementation level. We should be able to avoid adding a `__parallel_histogram` call in the individual backends, and
instead rely upon `__parallel_for`.
We want to minimize adding requirements for parallel backends to implement, and lift as much as possible to the
algorithm implementation level. We should be able to avoid adding a `__parallel_histogram` call in the individual
backends, and instead rely upon `__parallel_for`.

### unseq Backend
Currently oneDPL relies upon openMP SIMD to provide its vectorization, which is designed to provide vectorization across
Expand Down

0 comments on commit bb9e6f9

Please sign in to comment.