mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
committed by
PyTorch MergeBot
parent
ea1883dfd3
commit
acece97c3a
@ -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
|
||||
|
Reference in New Issue
Block a user