Skip to content

Commit

Permalink
Bump libxsmm and libxsmm-dnn
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-smnk committed Jan 10, 2025
1 parent d42506b commit 206da5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/xsmm-dnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ else()

FetchContent_Declare(
xsmm_dnn
URL https://github.com/libxsmm/libxsmm-dnn/archive/6e042517be4b975f431fb92d803ddc5d9dafcc64.tar.gz
URL_HASH SHA256=2d92577b865a823ec223a675bea1537a61b717a2b8fb9f06dd7e46a19183df60
URL https://github.com/libxsmm/libxsmm-dnn/archive/0423291009fcabeeb0184dba919cf0c4f924b95a.tar.gz
URL_HASH SHA256=c8df1fb1fe7a23d3446483791cd0d4c78a8ab5af0ee2a7fba5324d7db1b38d1d
)

FetchContent_GetProperties(xsmm_dnn)
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/xsmm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ else()

FetchContent_Declare(
xsmm
URL https://github.com/libxsmm/libxsmm/archive/a4bb2a90c161c3f64563846fecaf291eeaa1b1d9.tar.gz
URL_HASH SHA256=4f9400bdb5361a829a1e7c635c904fc76328256df25ab071e1694fff593e5398
URL https://github.com/libxsmm/libxsmm/archive/c5fe65139050d7460d6929b2b507e3e349687477.tar.gz
URL_HASH SHA256=c55467f2440e5d894907a6297e02c1f5c9f96fefa27a807fca3ad60bf7f4c5ab
)

FetchContent_GetProperties(xsmm)
Expand Down

0 comments on commit 206da5a

Please sign in to comment.