From 7e6b24d27dfee96e377ab709cd88445559005407 Mon Sep 17 00:00:00 2001 From: Adam Siemieniuk Date: Fri, 10 Jan 2025 17:56:18 +0100 Subject: [PATCH] Bump libxsmm (#1000) --- cmake/modules/xsmm.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/xsmm.cmake b/cmake/modules/xsmm.cmake index 4a00cc102..4b683a22a 100644 --- a/cmake/modules/xsmm.cmake +++ b/cmake/modules/xsmm.cmake @@ -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)