mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Update oneDNN to v3.0.1 in order to support gcc 13 (#19344)
### Description
Update the dependency of `oneDNN` to v3.0.1, which fixes a minor bug
hindering gcc 13.
### Motivation and Context
Referring to
[oneDNN-1548](https://github.com/oneapi-src/oneDNN/issues/1548).
- When building with `--use_dnnl` using gcc 13.x, it will fail due to
this upstream issue.
- This is fixed in `v3.0.1`
[tag](https://github.com/oneapi-src/oneDNN/tree/v3.0.1) by [this
commit](1d7971ce48).
This commit is contained in:
parent
319481898c
commit
1bdd7d9499
1 changed files with 1 additions and 1 deletions
2
cmake/external/dnnl.cmake
vendored
2
cmake/external/dnnl.cmake
vendored
|
|
@ -2,7 +2,7 @@ include (ExternalProject)
|
|||
|
||||
set(DNNL_URL https://github.com/oneapi-src/onednn.git)
|
||||
# If DNNL_TAG is updated, check if MKLML_VERSION and platform.cmake.patch need to be updated.
|
||||
set(DNNL_TAG v3.0)
|
||||
set(DNNL_TAG v3.0.1)
|
||||
|
||||
if(WIN32)
|
||||
set(DNNL_SHARED_LIB dnnl.dll)
|
||||
|
|
|
|||
Loading…
Reference in a new issue