Expand description
Traits and implementations of BLAS providers
Enums§
- Matrix
Op - Represents how a matrix can be represented internally.
Traits§
- BLAS
- A complete BLAS library, levels 1, 2 and 3
- BLAS1
- BLAS Level 1 operations (Vector only)
- BLAS2
- BLAS Level 2 operations (Matrix-Vector)
- BLAS3
- BLAS Level 3 operations (Matrix-Matrix)
- BLAS
Context - A context needed for running BLAS operations
- DefaultBLAS
Context - The default blas context for a device