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

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

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/blaze-rs)](https://crates.io/crates/blaze-rs)
[![docs.rs](https://img.shields.io/docsrs/blaze-rs)](https://docs.rs/blaze-rs/latest)
[![GitHub](https://img.shields.io/github/license/Aandreba/blaze)](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)