diff --git a/src/blas/backends/cublas/cublas_helper.hpp b/src/blas/backends/cublas/cublas_helper.hpp index 380534309..0fe7e7c5a 100644 --- a/src/blas/backends/cublas/cublas_helper.hpp +++ b/src/blas/backends/cublas/cublas_helper.hpp @@ -35,7 +35,7 @@ #include "oneapi/mkl/types.hpp" #include "runtime_support_helper.hpp" -#include "error_helper.hpp" +#include "dtype_string.hpp" namespace oneapi { namespace mkl { diff --git a/src/blas/backends/rocblas/rocblas_helper.hpp b/src/blas/backends/rocblas/rocblas_helper.hpp index cbc883973..ae6301a7a 100644 --- a/src/blas/backends/rocblas/rocblas_helper.hpp +++ b/src/blas/backends/rocblas/rocblas_helper.hpp @@ -31,7 +31,7 @@ #include #include "oneapi/mkl/types.hpp" #include -#include "error_helper.hpp" +#include "dtype_string.hpp" namespace oneapi { namespace mkl { diff --git a/src/include/error_helper.hpp b/src/include/dtype_string.hpp similarity index 94% rename from src/include/error_helper.hpp rename to src/include/dtype_string.hpp index 136fc5616..79787b9d0 100644 --- a/src/include/error_helper.hpp +++ b/src/include/dtype_string.hpp @@ -20,11 +20,7 @@ #ifndef _ONEMKL_ERROR_HELPER_HPP_ #define _ONEMKL_ERROR_HELPER_HPP_ -#if __has_include() -#include -#else -#include -#endif +#include template inline const std::string dtype_string();