Skip to content

refactor(nvvm): Remove cust_raw as a codegen dependency. #193

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 1 commit into from
Apr 10, 2025

Conversation

jorge-ortega
Copy link
Collaborator

Codegen only needs nvvm, which itself take cust_raw as a dependency. It currently depends on cust_raw so that it can import libdevice bytecode from cust_raw::nvvm_sys. With this change, nvvm now exports libdevice bytecode from cust_raw::nvvm_sys, and removes cust_raw as a codegen dependency.

Codegen only needs `nvvm`, which itself take cust_raw as a dependency. It currently depends on `cust_raw` so that it can import libdevice bytecode from nvvm_sys. With this change, `nvvm` now exports libdevice bytecode from `cust_raw::nvvm_sys`, and removes `cust_raw` as a codegen dependency.
@LegNeato LegNeato merged commit 6a6bc90 into Rust-GPU:main Apr 10, 2025
4 checks passed
@jorge-ortega jorge-ortega deleted the codegen-deps branch April 15, 2025 07:09
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.

2 participants