Skip to content

Commit b9d6086

Browse files
authored
Updating versions and notes for v0.8.0 (#602)
1 parent f6ff24d commit b9d6086

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.23.1)
22

3-
set(MATX_VERSION 0.7.0)
3+
set(MATX_VERSION 0.8.0)
44

55
# Used for config file generation
66
if(NOT DEFINED PROJECT_NAME)

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ We provide a variety of training materials and examples to quickly learn the Mat
193193
- Finally, for new MatX developers, browsing the [example applications](examples) can provide familarity with the API and best practices.
194194

195195
## 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
196204
*v0.7.0*:
197205
- Features
198206
* Automatic documentation generation
@@ -213,10 +221,6 @@ We provide a variety of training materials and examples to quickly learn the Mat
213221
* Fixed cache issues
214222
* Fixed stride = 0 in matmul
215223

216-
*v0.5.0*:
217-
* Polyphase resampler
218-
* Documentation overhaul with examples for each function
219-
220224
## Discussions
221225
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.
222226

0 commit comments

Comments
 (0)