Releases: tttapa/batmat
Releases · tttapa/batmat
0.0.21
0.0.20
batmat::matrix::Viewimprovements- Make thread pool movable.
Full Changelog: 0.0.19...0.0.20
0.0.19
- Add
gemm_diag_sub,syrk_diag,syrk_diag_sub.
Full Changelog: 0.0.18...0.0.19
0.0.18
- Support unity builds.
Full Changelog: 0.0.17...0.0.18
0.0.17
- Support for shared builds.
Full Changelog: 0.0.16...0.0.17
0.0.16
- Improved documentation
- Fully support double and single precision, both using GCC's simd implementation and GSI-HPC/simd
- Metaprogramming utilities for enabled dtypes and vector lengths (useful in test matrix generation)
Full Changelog: 0.0.15...0.0.16
0.0.15
- Improved
batmat::matrix::Viewandbatmat::matrix::MatrixAPIs - Replace gemm/gemv
shift_Bbyrotate_B
Full Changelog: 0.0.14...0.0.15
0.0.14
- Add
syrk_diag_add_potrffunction.
Full Changelog: 0.0.13...0.0.14
0.0.13
- Breaking:
batmat::matrix::View::datais now a member function instead of a variable, for consistency withbatmat::matrix::Matrix. - Free functions
data(X),depth(X),rows(X),cols(X),outer_stride(X)for various matrix and view types. - The default number of columns of a view initialized with zero rows is now zero instead of one.
- Improved support for
simdify()with multiple batches. - Added documentation (https://tttapa.github.io/batmat).
- Deprecated some old APIs using the global thread pool.
Full Changelog: 0.0.12...0.0.13
0.0.12
- Instantiate more
gemvvariants without masks
Full Changelog: 0.0.11...0.0.12