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
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
#[kernel] style function always generate new crate to compile it to PTX. N functions in a crate is potentially possible, but current accel API is still developing...
I have a crate that has N rust accel functions.
When I rebuild this crate, even if I don't touch those N functions, it seems to trigger N nvptx-accel rebuilds.
Is this avoidable?
The text was updated successfully, but these errors were encountered: