runmat-accelerate 0.5.3

Pluggable GPU acceleration layer for RunMat (CUDA, ROCm, Metal, Vulkan/Spir-V)
1
2
3
4
5
6
7
use super::*;

mod decomposition;
mod matmul;
mod pagefun;
mod stats;
mod structure;