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