-
Notifications
You must be signed in to change notification settings - Fork 99
Adds Index map device kernels #1579
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Mar 25, 2024
c700b1c
to
989967d
Compare
989967d
to
cc997ff
Compare
989967d
to
cc997ff
Compare
This was referenced Apr 30, 2024
cc997ff
to
a8b5a65
Compare
f7fa971
to
95ab009
Compare
af79da4
to
14bff0e
Compare
pratikvn
approved these changes
May 7, 2024
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! A few minor things, which are mostly nits.
585009b
to
80e2802
Compare
80e2802
to
33d28fb
Compare
4e0efb4
to
92a2e8d
Compare
33d28fb
to
cdb0447
Compare
cdb0447
to
abadebc
Compare
656bb7c
to
4dc3658
Compare
abadebc
to
8fb9d44
Compare
8fb9d44
to
fdb3ce2
Compare
- renaming - separate tests Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
fdb3ce2
to
dff0aa8
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1:ST:ready-to-merge
This PR is ready to merge.
mod:cuda
This is related to the CUDA module.
mod:dpcpp
This is related to the DPC++ module.
mod:hip
This is related to the HIP module.
mod:openmp
This is related to the OpenMP module.
reg:build
This is related to the build system.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on: #1543
This PR adds device kernels for index map construction and
get_local
. It's missing SYCL kernels.PR Stack: