vulkano_blas

Crates.iovulkano_blas
lib.rsvulkano_blas
version0.1.1
sourcesrc
created_at2020-07-25 16:12:51.030372
updated_at2020-08-09 02:38:12.385842
descriptionGLSL Vulkano shaders for BLAS operations.
homepage
repositoryhttps://github.com/JonathanWoollett-Light/vulkano_blas
max_upload_size
id269520
size23,408
Jonathan Woollett-Light (JonathanWoollett-Light)

documentation

README

vulkano_blas

Crate status

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.

Installation

  1. Install Vulkano
  2. Add vulkano_blas = "0.1" to Cargo.toml.

Docs

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.

Commit count: 20

cargo fmt