-
Notifications
You must be signed in to change notification settings - Fork 30
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 #1165] Add test for tagged_pointer #427
[SYCLomatic #1165] Add test for tagged_pointer #427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor stuff to fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls re-run the CI test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failures seem to be with device segmented sort, which should be unrelated to this PR.
From the code this LGTM.
@tomflinda I believe this PR should be ready to merge, the failing CI is unrelated. I do not have privileges to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
460c106
to
4a01baf
Compare
I have rebased and resolved the conflict from #426 |
This PR tests the
dpct::tagged_pointer
functionality provided in oneapi-src/SYCLomatic#1165 by performing various pointer arithmetic operations, conversions, and invokes oneDPL algorithms to ensure expected functionality.