You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(nvvm): Remove 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.
0 commit comments