From bb9e6f9c0c70bd212bfbaa653abda93eccbb5cc9 Mon Sep 17 00:00:00 2001 From: Dan Hoeflinger Date: Fri, 20 Dec 2024 15:04:16 -0500 Subject: [PATCH] remove general language keep specifics to histogram Signed-off-by: Dan Hoeflinger --- rfcs/proposed/host_backend_histogram/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rfcs/proposed/host_backend_histogram/README.md b/rfcs/proposed/host_backend_histogram/README.md index c97e54025ab..9bb93ef26cc 100644 --- a/rfcs/proposed/host_backend_histogram/README.md +++ b/rfcs/proposed/host_backend_histogram/README.md @@ -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