(no title)
LowLevelMahn | 7 months ago
During the build, build.rs uses rustc_codegen_nvvm to compile the GPU kernel to PTX.
The resulting PTX is embedded into the CPU binary as static data.
The host code is compiled normally.LowLevelMahn | 7 months ago
During the build, build.rs uses rustc_codegen_nvvm to compile the GPU kernel to PTX.
The resulting PTX is embedded into the CPU binary as static data.
The host code is compiled normally.
LegNeato|7 months ago
saagarjha|7 months ago
LegNeato|7 months ago
https://github.com/Rust-GPU/Rust-CUDA/blob/aa7e61512788cc702...