Skip to content

Commit eb4e73c

Browse files
authored
Bump oneMath version to v0.8 (#2514)
The PR bumps `oneMath` version to `v0.8`.
1 parent 11a0a64 commit eb4e73c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
* Clarified description of `xp` keyword in docstring of `dpnp.interp` [#2506](https://github.com/IntelPython/dpnp/pull/2506)
2121
* Updated existing GitHub workflows to add testing with Python 3.13 [#2510](https://github.com/IntelPython/dpnp/pull/2510)
2222
* Aligned the license expression with `PEP-639` [#2511](https://github.com/IntelPython/dpnp/pull/2511)
23+
* Bumped oneMKL version up to `v0.8` [#2514](https://github.com/IntelPython/dpnp/pull/2514)
2324

2425
### Deprecated
2526

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if(_use_onemath)
183183
FetchContent_Declare(
184184
onemath_library
185185
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186-
GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
186+
GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
187187
)
188188
endif()
189189

0 commit comments

Comments
 (0)