Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmajeri/ocl-exercises-rs
OpenCL exercises in Rust.
https://github.com/gabrielmajeri/ocl-exercises-rs
opencl rust
Last synced: 1 day ago
JSON representation
OpenCL exercises in Rust.
- Host: GitHub
- URL: https://github.com/gabrielmajeri/ocl-exercises-rs
- Owner: GabrielMajeri
- License: isc
- Created: 2017-11-22T17:19:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T11:57:55.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:02:13.445Z (over 1 year ago)
- Topics: opencl, rust
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hands-on OpenCL exercises in Rust
This repository contains Rust solutions to the [Hands-on OpenCL][hocl] [exercises][exrc].
They use the high-quality [ocl][ocl] library, which provides high-level OpenCL wrappers for Rust.
[hocl]: https://handsonopencl.github.io/
[exrc]: https://github.com/HandsOnOpenCL/Exercises-Solutions
[ocl]: https://github.com/cogciprocate/ocl## Exercise status
- Exercise 1: SOLVED
- Exercise 2: SOLVED
- Exercise 3: N/A
- Exercise 4: SOLVED, same files as ex. 2
- Exercise 5: not yet started