From ff7db67f46e66859a127807c14e3cf9ba92bed1d Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Tue, 27 Aug 2024 07:51:54 -0400 Subject: [PATCH] bump VG CMake kit tag to pull in most recent {blas,lapack}pp to be able to build with post-5.6 rocm --- external/versions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/versions.cmake b/external/versions.cmake index e0680a6d48..a005bcdec5 100644 --- a/external/versions.cmake +++ b/external/versions.cmake @@ -1,7 +1,7 @@ # for each dependency track both current and previous id (the variable for the latter must contain PREVIOUS) # to be able to auto-update them -set(TA_TRACKED_VGCMAKEKIT_TAG d5c0a6f9ff6dc97cbb5132912733e1eb1cf73f1e) +set(TA_TRACKED_VGCMAKEKIT_TAG 72bb8f049e68443e817ce7299f0d1dabfaf01b7e) # N.B. may need to update INSTALL.md manually with the CUDA-specific version set(TA_TRACKED_EIGEN_VERSION 3.3.5)