https://github.com/aandreba/blaze
A Rustified OpenCL Experience
https://github.com/aandreba/blaze
hardware-acceleration opencl rust
Last synced: 6 months ago
JSON representation
A Rustified OpenCL Experience
- Host: GitHub
- URL: https://github.com/aandreba/blaze
- Owner: Aandreba
- License: mit
- Created: 2022-06-26T23:24:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T11:03:53.000Z (over 2 years ago)
- Last Synced: 2024-12-01T03:38:58.773Z (10 months ago)
- Topics: hardware-acceleration, opencl, rust
- Language: Rust
- Homepage: https://blaze-rs.com
- Size: 886 KB
- Stars: 46
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://crates.io/crates/blaze-rs)
[](https://docs.rs/blaze-rs/latest)
[](https://github.com/Aandreba/blaze)# Blaze
Blaze is a Rust crate that has the goal of **rustifying** and **simplifying** as much as possible the OpenCL experience.
This goal is achieved with the introduction of various abstractions, most of them with syntax simillar to a Rust counterpart.
## Links
- [Crates.io](https://crates.io/crates/blaze-rs)
- [docs.rs](https://docs.rs/blaze-rs/latest)
- [GitHub](https://github.com/Aandreba/blaze)