Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Latest commit

 

History

History
110 lines (76 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

110 lines (76 loc) · 4.98 KB

Unreleased (will be 0.4.0)

Added

Changed

Maintenance

0.3.1 - 2020-05-25

0.3.0 - 2020-05-04

Added

Changed

Removed

Others

0.3.0-alpha.2 - 2020-04-06

  • Minimum Supported Rust version to be 1.42

Without CUDA Runtime API

alloc for device code

Move to GitLab

0.3.0-alpha.1 - 2020-01-12

Restart Accel Project!

Stable Rust

Stabilize Host-side code, though device-side code still requires nightly.

  • Rust 2018 edition #70
  • proc-macro has been stabilized as #63
  • cargo check runs on stable Rust #66

Update dependencies

  • syn, quote, proc-macro2 1.0 #67
  • rust-cuda/cuda-{runtime,driver}-sys 0.3.0-alpha.1 #66

rust-ptx-linker

Linker flavor using rust-ptx-linker has been merged into rustc rust-lang/rust#57937

  • Rewrite accel-derive with rust-ptx-linker #71
  • archive nvptx and other crates