Cacheable and efficient Docker images builder for Rust
Convenient `build.rs` helper for NVPTX crates
The missing puzzle piece for NVPTX experience with Rust
denzp/rust-inline-cuda-tutorial 15
Let's jump into CUDA development with Rust
BuildKit integration for Rust
Experiments with achieving better ergonomics in Rust CUDA workflow
Entity relationship, role, and permissions API for Node.js
CUDA high-level Rust framework
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
The Rust package manager
issue commentdenzp/rust-ptx-builder
Impossible to publish a crate using this to crates.io
Hi, thanks for checking out the project!
Could you please explain a little in details your use case and where is that path dependency?
Technically, there is no such requirement coming from this crate. It should be possible to create either a binary or library crate that contains both device and host code. With this approach, there is no need to depend on any other local crates via a path. As a bonus, you can still publish device-only crates, that would not even have a dependency on ptx-builder and would be treated any other crate on crates.io.
comment created time in 2 months