Skip to content

Commit

Permalink
Rename error_helper to dtype_string
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed May 27, 2024
1 parent 7e915c3 commit 7f72a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/blas/backends/cublas/cublas_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/blas/backends/rocblas/rocblas_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <complex>
#include "oneapi/mkl/types.hpp"
#include <hip/hip_runtime.h>
#include "error_helper.hpp"
#include "dtype_string.hpp"

namespace oneapi {
namespace mkl {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
#ifndef _ONEMKL_ERROR_HELPER_HPP_
#define _ONEMKL_ERROR_HELPER_HPP_

#if __has_include(<sycl/sycl.hpp>)
#include <sycl/sycl.hpp>
#else
#include <CL/sycl.hpp>
#endif
#include <string>

template <typename T>
inline const std::string dtype_string();
Expand Down

0 comments on commit 7f72a3d

Please sign in to comment.