Skip to content

Commit

Permalink
[xDNN] Update xDNN version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
changqi1 committed Nov 17, 2023
1 parent 60558d2 commit 7e6ce96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/xdnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ include(ExternalProject)

# cmake-format: off
ExternalProject_Add(xdnn_lib
URL https://github.com/intel/xFasterTransformer/releases/download/IntrinsicGemm/xdnn_v1.2.tar.gz
URL_HASH MD5=4b395eed4ee08476a7634709b2e12ee2
URL https://github.com/intel/xFasterTransformer/releases/download/IntrinsicGemm/xdnn_v1.2.1.tar.gz
URL_HASH MD5=b55b5d58c92339aa088dcc6e1df6ede2
TIMEOUT 60
SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/xdnn
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 7e6ce96

Please sign in to comment.