From e641c3a9a279af359fa1dd8efa1573bcfc038926 Mon Sep 17 00:00:00 2001 From: rraminen Date: Wed, 18 Oct 2023 22:58:01 +0000 Subject: [PATCH] Added rocblas header --- csrc/includes/gemm_test.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csrc/includes/gemm_test.h b/csrc/includes/gemm_test.h index cd9fbb5a4e17..6d04921c2e81 100644 --- a/csrc/includes/gemm_test.h +++ b/csrc/includes/gemm_test.h @@ -9,6 +9,9 @@ #ifndef __HIP_PLATFORM_HCC__ #include #endif +#ifdef __HIP_PLATFORM_HCC__ +#include +#endif #include #include #include