You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,14 @@ We provide a variety of training materials and examples to quickly learn the Mat
193
193
- Finally, for new MatX developers, browsing the [example applications](examples) can provide familarity with the API and best practices.
194
194
195
195
## Release Major Features
196
+
*v0.8.0*:
197
+
- Features
198
+
* Updated cuTENSOR and cuTensorNet versions
199
+
* Added configurable print formatting
200
+
* ARM FFT support via NVPL
201
+
* New operators: abs2(), outer(), isnan(), isinf()
202
+
* Many more unit tests for CPU tests
203
+
- Bug fixes for matmul on Hopper, 2D FFTs, and more
196
204
*v0.7.0*:
197
205
- Features
198
206
* Automatic documentation generation
@@ -213,10 +221,6 @@ We provide a variety of training materials and examples to quickly learn the Mat
213
221
* Fixed cache issues
214
222
* Fixed stride = 0 in matmul
215
223
216
-
*v0.5.0*:
217
-
* Polyphase resampler
218
-
* Documentation overhaul with examples for each function
219
-
220
224
## Discussions
221
225
We have an open discussions board [here](https://github.com/NVIDIA/MatX/discussions). We encourage any questions about the library to be posted here for other users to learn from and read through.
0 commit comments