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 was archived by the owner on Mar 28, 2022. It is now read-only.
Rewrite nvptx and accel-derive (i.e. reject re-merging nvptx rust-accel/nvptx#16)
Use libcore in rustup
libcore, liballoc, and libstd is in rustup distribution even in stable https://github.com/rust-lang/rust/blob/master/src/librustc_target/spec/nvptx64_nvidia_cuda.rs
Status of rust-ptx-linker
llvm-proxyfeatures, which is default and enables rustc-llvm-proxy.Rust -> PTX without creating crate
As described in #61. In current way, one
#[kernel]creates a crate on/tmpand compile them. It can be heavy.