Skip to content

forkaduck/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

A simple and incomplete linear algebra library which uses OpenCL on a GPU for all calculations.

Build and run tests

Reducing the amount of threads helps to make the output more readable.

$ RUST_LOG=debug cargo test -- --nocapture --test-threads 1

Note: Kernels for the f16 and f64 types might not work because the GPU driver doesn't support them yet. (Looking at you Mesa...)

About

A simple linear algebra library which uses OpenCL

Resources

License

Stars

Watchers

Forks