From 77be22f3791fde328745661148266be15e030cce Mon Sep 17 00:00:00 2001 From: George Nash Date: Wed, 2 Nov 2022 15:57:49 -0700 Subject: [PATCH] [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 ### 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 --- cmake/external/dnnl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/dnnl.cmake b/cmake/external/dnnl.cmake index 5cb12f5697..175ad41b6f 100644 --- a/cmake/external/dnnl.cmake +++ b/cmake/external/dnnl.cmake @@ -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)