anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
454 stars 62 forks source link

Add crate: CRATE #74

Closed peter-lyons-kehl closed 4 years ago

peter-lyons-kehl commented 4 years ago

Please add these two crates to category: GPU Computing

wgpu-rs is used by emu (which is already on are-we-learning-yet - thank you). However, I believe wgpu-rs deserves its own mention. It supports some GPUs and others are work in progress: https://github.com/gfx-rs/wgpu#supported-platforms.

It contains of three crates:

1.:

  1. and 3.:
quietlychris commented 4 years ago

I've added a wgpu link to the GPU Computing topic in PR #78 , although I left out the sub--crates, since it seems relatively easy to find those off of the existing documentation in the wgpu crate. Please feel free to have a look and make/suggest any updates