denzp / rust-ptx-builder

Convenient `build.rs` helper for NVPTX crates
MIT License
53 stars 9 forks source link

Check if a kernels crate type is "dylib" #1

Closed denzp closed 6 years ago

denzp commented 6 years ago

It's a mandatory hack to run ptx-linker. Alternatively, there might be a way how to avoid this.

denzp commented 6 years ago

This has been solved with "proxy crate".