[oneDNN ep] Update from oneDNN v2.7.0 to oneDNN v2.7.1 (#13536)

The oneDNN 2.7.1 release includes multiple functional and performance
improvements.

Signed-off-by: George Nash <george.nash@intel.com>

### Description
Update the oneDNN library from 2.7.0 to 2.7.1. This contains multiple
functional and performance improvements.



### Motivation and Context
This is a minor point release from the oneDNN library that gives
performance and functional fixes that were found in the oneDNN 2.7
library shortly after release.

Signed-off-by: George Nash <george.nash@intel.com>
This commit is contained in:
George Nash 2022-11-02 15:57:49 -07:00 committed by GitHub
parent b1e1b25e04
commit 77be22f379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 v2.7)
set(DNNL_TAG v2.7.1)
if(WIN32)
set(DNNL_SHARED_LIB dnnl.dll)