[Intel GPU] Upgrade OneDNN XPU Tag to v3.9.1 (#161932)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/161932
Approved by: https://github.com/EikanWang, https://github.com/Skylion007, https://github.com/guangyey
This commit is contained in:
fengqing.lu
2025-09-04 11:05:06 +00:00
committed by PyTorch MergeBot
parent ea1883dfd3
commit acece97c3a

View File

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