Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating versions and notes for v0.8.0 #602

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.23.1)

set(MATX_VERSION 0.7.0)
set(MATX_VERSION 0.8.0)

# Used for config file generation
if(NOT DEFINED PROJECT_NAME)
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ We provide a variety of training materials and examples to quickly learn the Mat
- Finally, for new MatX developers, browsing the [example applications](examples) can provide familarity with the API and best practices.

## Release Major Features
*v0.8.0*:
- Features
* Updated cuTENSOR and cuTensorNet versions
* Added configurable print formatting
* ARM FFT support via NVPL
* New operators: abs2(), outer(), isnan(), isinf()
* Many more unit tests for CPU tests
- Bug fixes for matmul on Hopper, 2D FFTs, and more
*v0.7.0*:
- Features
* Automatic documentation generation
Expand All @@ -213,10 +221,6 @@ We provide a variety of training materials and examples to quickly learn the Mat
* Fixed cache issues
* Fixed stride = 0 in matmul

*v0.5.0*:
* Polyphase resampler
* Documentation overhaul with examples for each function

## Discussions
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.

Expand Down