From 99e2f37c81d2ad409b597f2678d3bb23d38d4cd6 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Wed, 22 Sep 2021 15:10:18 -0500 Subject: [PATCH] SWDEV-298155: Fixing HSA-CLASS REV Adding the latest commit to pull from the hsa-class git repo that includes the fix for SWDEV-298155 "Fixing the typo in evt_stats.h" https://github.com/ROCmSoftwarePlatform/hsa-class/commit/e6456a6d93cc6d8bcc59bd6ea24f27146f86ff4c Change-Id: I9984de8ec9204a6cf47a25ce4ac42852473c56c9 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 99fd335a27..fd8e48553f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -44,7 +44,7 @@ endif () ## Path to HSA test set ( HSA_TEST_DIR "${TEST_DIR}/hsa/test" ) -set ( HSA_REV "a4fcdae" ) +set ( HSA_REV "f8b3870" ) ## test run script set ( RUN_SCRIPT "${TEST_DIR}/run.sh" )