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 has been 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-proxy
features, 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/tmp
and compile them. It can be heavy.The text was updated successfully, but these errors were encountered: