Crates.io | gpurs |
lib.rs | gpurs |
version | 0.4.0 |
source | src |
created_at | 2023-10-08 21:07:22.500354 |
updated_at | 2023-11-25 03:14:44.750864 |
description | GPU acceleration/linear algebra crate for scientific computing |
homepage | https://github.com/i-saac/gpurs |
repository | https://github.com/i-saac/gpurs |
max_upload_size | |
id | 997436 |
size | 206,255 |
Welcome to gpurs (pronounced "Jeepers!"), a general-purpose linear algebra toolkit for scientific computing including GPU acceleration through OpenCL.
This crate is currently very much in development, and every feature and piece of syntax is subject to change. I'm trying to slow down with the major syntactic overhauls, but no promises.
This crate loads GPU accelerator modules and thus requires the OpenCL SDK by default. To opt out of this (for instance if you have no GPU) set the flag default-features = false
when adding gpurs to your Cargo.toml file.