Skip to content

Commit

Permalink
[oneDNN] bump up oneDNN to 2.2.2 (#32685)
Browse files Browse the repository at this point in the history
* - bump up oneDNN to 2.2.2 (should reduce perf drops of mobilenet)

* - more recnet onednn 2.2.2 (some more bugfixes)
  • Loading branch information
jczaja authored May 24, 2021
1 parent d0d5586 commit b8e4ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/external/mkldnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ SET(MKLDNN_SOURCE_DIR ${THIRD_PARTY_PATH}/mkldnn/src/extern_mkldnn)
SET(MKLDNN_INSTALL_DIR ${THIRD_PARTY_PATH}/install/mkldnn)
SET(MKLDNN_INC_DIR "${MKLDNN_INSTALL_DIR}/include" CACHE PATH "mkldnn include directory." FORCE)
SET(MKLDNN_REPOSITORY ${GIT_URL}/oneapi-src/oneDNN.git)
SET(MKLDNN_TAG f58682cd8bd0615f41d879f8afc8f1511ab42d24)
SET(MKLDNN_TAG f3999b71d8e4415c1985a0dfb812a3ed77ee21fa)


# Introduce variables:
# * CMAKE_INSTALL_LIBDIR
Expand Down

0 comments on commit b8e4ec7

Please sign in to comment.