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

Use NVRTC for compiling kernels calling cupyx.jit.cub APIs #7869

Merged
merged 7 commits into from
Oct 11, 2023

Conversation

leofang
Copy link
Member

@leofang leofang commented Sep 15, 2023

Blocked by #7851.

Follow-up of #7851.

CUB (only block/warp) & libcudacxx headers can be compiled by NVRTC + Jitify, but not Thrust headers. So, in this PR a clean-up is done to allow CUB/libcudacxx functions compiled by NVRTC. The old workarounds to supply std libraries is no longer needed.

@leofang leofang added the st:blocked-by-another-pr Blocked by another pull-request label Sep 15, 2023
@leofang leofang removed the st:blocked-by-another-pr Blocked by another pull-request label Oct 4, 2023
@leofang leofang changed the title WIP: Use NVRTC for compiling kernels calling cupyx.jit.cub APIs Use NVRTC for compiling kernels calling cupyx.jit.cub APIs Oct 4, 2023
@leofang leofang marked this pull request as ready for review October 4, 2023 05:48
@leofang
Copy link
Member Author

leofang commented Oct 4, 2023

/test mini

@leofang
Copy link
Member Author

leofang commented Oct 5, 2023

/test mini

@leofang
Copy link
Member Author

leofang commented Oct 5, 2023

@asi1024 this should be ready for review

@asi1024
Copy link
Member

asi1024 commented Oct 8, 2023

/test full

@leofang
Copy link
Member Author

leofang commented Oct 10, 2023

Did the 2 CIs fail due to glitches?

@kmaehashi
Copy link
Member

Seems GCP was too crowded. Retriggered manually.

@leofang
Copy link
Member Author

leofang commented Oct 11, 2023

All CIs are green!

@asi1024
Copy link
Member

asi1024 commented Oct 11, 2023

LGTM! Thanks!

@asi1024 asi1024 merged commit c6af97a into cupy:main Oct 11, 2023
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:enhancement Improvements to existing features prio:medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants