Skip to content

Commit

Permalink
release 22.06.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hishinuma committed Jun 14, 2022
1 parent 2a47407 commit aee87ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Each release will be tagged as calendar versioning `{year}.{month}.{patch}` form
Unreleased
===========

22.06.0 - 2022/06/15
=====================

Changed
------
- Update clang 14.0.4 -> 14.0.5 <https://gitlab.ritc.jp/ricos/allgebra/-/merge_requests/75>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Named in `allgebra/{GPU}/{Compiler}/{Math}` format:

| Image name | CUDA | Compiler | Math |
|:----------------------------------------------------------------------|:----:|:-------------------:|:---------:|
| [ghcr.io/ricosjp/allgebra/cuda11_7/clang14/mkl][cuda11_7/clang14/mkl] | 11.7 | clang 13, gcc 11, nvcc 11.7 | Intel MKL |
| [ghcr.io/ricosjp/allgebra/cuda11_7/clang14/oss][cuda11_7/clang14/oss] | 11.7 | clang 13, gcc 11, nvcc 11.7 | OpenBLAS |
| [ghcr.io/ricosjp/allgebra/cuda11_7/clang14/mkl][cuda11_7/clang14/mkl] | 11.7 | clang 14, gcc 11, nvcc 11.7 | Intel MKL |
| [ghcr.io/ricosjp/allgebra/cuda11_7/clang14/oss][cuda11_7/clang14/oss] | 11.7 | clang 14, gcc 11, nvcc 11.7 | OpenBLAS |
| [ghcr.io/ricosjp/allgebra/cuda11_7/gcc11/mkl][cuda11_7/gcc11/mkl] | 11.7 | gcc 11, nvcc 11.7 | Intel MKL |
| [ghcr.io/ricosjp/allgebra/cuda11_7/gcc11/oss][cuda11_7/gcc11/oss] | 11.7 | gcc 11, nvcc 11.7 | OpenBLAS |

Expand Down

0 comments on commit aee87ad

Please sign in to comment.