mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
3d854ea9bd
commit
4075646bd8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user