SYCLomatic icon indicating copy to clipboard operation
SYCLomatic copied to clipboard

[SYCLomatic] Change std numeric to oneapi dpl numeric impl

Open abhilash1910 opened this issue 1 year ago • 2 comments

Changes numeric.h to support oneapi::dpl:: primitives. cc @danhoeflinger @mmichel11 @yihanwg @ShengchenJ

abhilash1910 avatar May 28 '24 11:05 abhilash1910

Why is this PR needed? These wrappers don't seem to add anything to the oneDPL function they wrap. Can the calling code just call oneDPL directly (or interchangeably, the std API with an execution policy)?

danhoeflinger avatar May 28 '24 12:05 danhoeflinger

Yes the main intent is to use the dpl invocations directly from numeric than the std:: variants for this numeric file. Also increased the added feature set of reduce ops over the transform_reduce to the code . Doesnt change any functionality of the apis.

abhilash1910 avatar May 28 '24 12:05 abhilash1910

Close as not required.

abhilash1910 avatar Dec 06 '24 03:12 abhilash1910