rust-ptx-builder icon indicating copy to clipboard operation
rust-ptx-builder copied to clipboard

Convenient `build.rs` helper for NVPTX crates

Results 6 rust-ptx-builder issues
Sort by recently updated
recently updated
newest added

Since the produced PTX file are stored in /tmp on Linux it is removed if the computer is rebooted. However, this won't trigger a rebuild so when trying to build...

Since this package *requires* having the ptx crate as a path dependency, it is impossible to publish a dependent crate to crates.io because of https://github.com/rust-lang/rfcs/pull/2224. It would be good if...

ptx-builder is failing with "Unable to find `extra-filename` rustc flag" when I am building my project. When I run `cargo rustc --target nvptx64-nvidia-cuda -v ..` myself I get: ``` rustc...

I'm trying to figure out how to produce a debuggable binary from the PTX file that I can debug with the NVIDIA tools. It's looking like I'm going to need...

It would be nice to have a repository somewhere that shows how to use this. E.g. a device crate with a kernel, and then a binary crate, that launches the...

I only see `nvptx64-nvidia-cuda` as a supported target, is it also possible to use rust-ptx-builder from a 32-bit host ? (e.g. `i686-unknown-linux-gnu` or `i686-apple-darwin` ?)