Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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