Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

crate has N accel functions == N+1 cargo builds when recompiling crate? #61

Closed
zeroexcuses opened this issue Dec 15, 2018 · 1 comment
Closed

Comments

@zeroexcuses
Copy link

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?

@termoshtt
Copy link
Owner

#[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...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants