From 919bc19ad594ed1df9a7fe09b9bd6511b4d544ee Mon Sep 17 00:00:00 2001 From: Ouadie EL FAROUKI <104583441+OuadiElfarouki@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:39:00 +0000 Subject: [PATCH] Update benchmark/rocblas/utils.hpp Co-authored-by: pgorlani <92453485+pgorlani@users.noreply.github.com> --- benchmark/rocblas/utils.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmark/rocblas/utils.hpp b/benchmark/rocblas/utils.hpp index adc0b3a9d..e5637e1bc 100644 --- a/benchmark/rocblas/utils.hpp +++ b/benchmark/rocblas/utils.hpp @@ -383,13 +383,11 @@ struct RocblasType { using type = T; }; -#ifdef BLAS_ENABLE_HALF // When T is sycl::half, use rocBLAS's rocblas_half as type. template struct RocblasType>> { using type = rocblas_half; }; -#endif } // namespace utils } // namespace blas_benchmark