File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# NEWS
22
3- ## Release 0.3-1 (//):
4-
3+ ## Release 0.4-0 (8/23/2020):
54
65New:
76 * Added linalg::dot()
8- * Added get_device_count() and get_device_num()
7+ * Added linalg::trinv()
8+ * Added linalg::rsvd()
9+ * Added par utils get_device_count() and get_device_num()
10+ * Many parmat changes (still experimental).
911
1012API Changes:
1113 * linalg::matmult() can now accept mixed matrix/vector arguments.
@@ -14,8 +16,14 @@ Bug Fixes:
1416 * Changed gpumat crossprod() and tcrossprod() to use Xgemm() instead of
1517 Xsyrk() for better run-time performance.
1618
19+ Internal Changes of Note:
20+ * Internal linalg headers have been re-organized. This has no effect if
21+ you use the ` linalg.hh ` headers or the main type headers (` cpu.hh ` , ` gpu.hh ` , ` mpi.hh ` ).
22+ * Switched linalg::qr_Q() and linalg::lq_Q() to use ` Xorgqr() ` /` Xorglq() ` except in gpumat lq_Q().
23+ * Changed ` uplo ` type in gpu_utils::lacpy() to char.
24+
1725Documentation:
18- * Fixed card. synch() documentation.
26+ * Fixed card synch() method documentation.
1927
2028
2129
Original file line number Diff line number Diff line change 11# fml
22
3- * ** Version:** 0.3 -0
3+ * ** Version:** 0.4 -0
44* ** Status:** [ ![ Build Status] ( https://travis-ci.org/fml-fam/fml.png )] ( https://travis-ci.org/fml-fam/fml )
55* ** License:** [ BSL-1.0] ( http://opensource.org/licenses/BSL-1.0 )
66* ** Project home** : https://github.com/fml-fam/fml
You can’t perform that action at this time.
0 commit comments