Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCLomatic] Change std numeric to oneapi dpl numeric impl #2018

Draft
wants to merge 3 commits into
base: SYCLomatic
Choose a base branch
from

Conversation

abhilash1910
Copy link
Contributor

@abhilash1910 abhilash1910 commented May 28, 2024

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

@abhilash1910 abhilash1910 requested a review from a team as a code owner May 28, 2024 11:11
@danhoeflinger
Copy link
Contributor

danhoeflinger commented May 28, 2024

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)?

@abhilash1910
Copy link
Contributor Author

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 abhilash1910 marked this pull request as draft May 28, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants