Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libxsmm #1000

Merged
merged 4 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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