Alex Riasanovsky
Results
2
comments of
Alex Riasanovsky
@ViliamVadocz [Here](https://gist.github.com/ariasanovsky/320ecc81948b73f998a39362920c0780) I build rs into ptx separately with `xargo` and nightly Rust. I haven't been able to replace the `let ptx = compile_ptx(KERNEL_SRC).unwrap();` lines in [this example](https://github.com/coreylowman/cudarc/blob/1c29f4941685ffe2ec6ac80c0ec6b86ce257c435/examples/06-threading.rs) with `let...
MVP here! https://github.com/ariasanovsky/cuda-loop @coreylowman