Crates.io | hlocl |
lib.rs | hlocl |
version | 0.1.0 |
source | src |
created_at | 2022-06-19 20:29:29.96206 |
updated_at | 2022-06-19 20:29:29.96206 |
description | High-level bindings for OpenCL |
homepage | |
repository | |
max_upload_size | |
id | 609100 |
size | 188,385 |
WARNING
hlocl is still in an alpha stage.
hlocl is a high-level OpenCL API for Rust
Name | Description | Default |
---|---|---|
def | Enables default contexts and command queues | Yes |
cl2 | Enables OpenCL 2.0 features | No |
async | Implements Future for OpenCL events and various other utils |
No |
serde | Enables serde support for OpenCL buffers |
No |
rand | Enables OpenCL accelerated random number generation | No |
error-stack | Enables rich errors via error-stack |
No |