Use oneDNN v3.7.1 for Intel GPU (#148403)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148403
Approved by: https://github.com/EikanWang

Co-authored-by: majing <jing1.ma@intel.com>
Co-authored-by: xiaolil1 <xiaoli.liu@intel.com>
This commit is contained in:
ZhiweiYan-96 2025-03-06 12:52:18 +00:00 committed by PyTorch MergeBot
parent 3d854ea9bd
commit 4075646bd8

View File

@ -49,7 +49,7 @@ IF(NOT MKLDNN_FOUND)
endif()
ExternalProject_Add(xpu_mkldnn_proj
GIT_REPOSITORY https://github.com/oneapi-src/oneDNN
GIT_TAG v3.7
GIT_TAG v3.7.1
PREFIX ${XPU_MKLDNN_DIR_PREFIX}
BUILD_IN_SOURCE 0
CMAKE_ARGS -DCMAKE_C_COMPILER=icx