accel icon indicating copy to clipboard operation
accel copied to clipboard

Restart accel

Open termoshtt opened this issue 5 years ago • 0 comments

CI on GPU

GitHub Actions with self-hosted runner works?? #9

Stable Rust

Stabilize Host-side code. Device-side code is out-of-scope because large amount of issues are remains for nvptx backend. See the link.

  • [x] proc-macro has been stabilized as #63
  • [x] cargo check runs on stable Rust #66

Update dependencies

  • [x] syn, quote, proc-macro2 1.0 #67
  • [x] rust-cuda/cuda-sys 0.3.0 #66

rust-ptx-linker

Linker flavor using rust-ptx-linker has been merged into rustc https://github.com/rust-lang/rust/pull/57937

  • [x] Rewrite accel-derive with rust-ptx-linker #69
  • [x] archive nvptx crate

Document

  • [ ] Needs a guide book #68

Links

rust-lang/rust

  • NVPTX backend metabug https://github.com/rust-lang/rust/issues/38789

rust-cuda/wg

  • Overview about existing solutions and approaches https://github.com/rust-cuda/wg/issues/2
  • Are we CUDA yet? https://github.com/rust-cuda/wg/issues/16

termoshtt avatar Dec 30 '19 17:12 termoshtt