Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.02k stars 115 forks source link

Add memcpy_dtoh in cust #47

Closed kjetilkjeka closed 2 years ago

kjetilkjeka commented 2 years ago

As discussed in and fixes #45

Success case is tested locally on my computer.

RDambrosio016 commented 2 years ago

Thanks for the PR 🙂, it just needs to be documented in Changelog.md in crates/cust, add another ## Unreleased entry and add this change

kjetilkjeka commented 2 years ago

Squashed the update of the changelog into my previous commit.

I tried following your previously used format, let me know if I should change it in any ways.