Crates.io | vulkano_blas |
lib.rs | vulkano_blas |
version | 0.1.1 |
source | src |
created_at | 2020-07-25 16:12:51.030372 |
updated_at | 2020-08-09 02:38:12.385842 |
description | GLSL Vulkano shaders for BLAS operations. |
homepage | |
repository | https://github.com/JonathanWoollett-Light/vulkano_blas |
max_upload_size | |
id | 269520 |
size | 23,408 |
Currently due to the limitations of Vulkano very few BLAS operations can be implemented (my issue on GitHub concerning this).
All shaders I am certain I will implement but cannot implement at the moment due to this limitation are marked as deprecated.
I hope perhaps this crate while at the moment extremely limited might spike some interest and motiviation in the topic.
vulkano_blas = "0.1"
to Cargo.toml
.For some reason (I do not understand) cargo cannot build the docs automatically, as such to see docs you will need to download this repo and run cargo rustdoc --open
in the directory.