Skip to content

Commit

Permalink
Version 2022.05.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 31, 2022
1 parent 9069a8a commit 198d055
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
2022.05.00
- Added Level 3 BLAS template implementations
- Added device copy, scal
- Added Schur gemm test, batched tile and LAPACK formats
- Fixed gbmm flops when rectangular
- Fixed CMake when BLAS_LIBRARIES is empty

2021.04.01
- Fix bug in test_trsm_device for row-major
- Fixed bug in test_trsm_device for row-major

2021.04.00
- Add HIP/ROCm support
- Added HIP/ROCm support
- Added include/blas/defines.h based on configuration
- Various bug and CMake fixes

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
blaspp
VERSION 2021.04.01
VERSION 2022.05.00
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxyfile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJECT_NAME = "BLAS++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2021.04.01"
PROJECT_NUMBER = "2022.05.00"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/blas.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include "blas/defines.h"

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2021.04.01
#define BLASPP_VERSION 20210401
// Version 2022.05.00
#define BLASPP_VERSION 20220500

namespace blas {

Expand Down

0 comments on commit 198d055

Please sign in to comment.