Skip to content

Commit b162f98

Browse files
authored
Merge pull request #18 from mkstoyanov/update_changelog
* updated the changelog
2 parents 98f89d0 + 3daaf02 commit b162f98

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
### Version: Develop
1+
### Version: 1.0
22

3-
* everything is in a highly experimental stage
3+
* included full support for the BLAS standard
4+
* included some sparse support for row-compresses matrices
5+
* using gemv, gemm, trsv, and trsm operations
6+
* included ilu preconditioner
7+
* included custom iterative solvers
8+
* conjugate-gradient with single rhs and batched
9+
* general minimum residual GMRES
10+
* the above is supported for CPU, CUDA and ROCM
11+
* added support for cholmod direct solver (double precision only)
12+
* support for some LAPACK methods (CPU only)
13+
* work will continue on the LAPACK front
14+
* added support for extended registers
15+
* sse3 using 128-bit registers
16+
* avx using 256-bit registers
17+
* avx512 using 512-bit registers
18+
* support includes operation for real and complex numbers
19+
* support includes operation for single and double precision

0 commit comments

Comments
 (0)