File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments