Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename error_helper to dtype_string
Browse files Browse the repository at this point in the history
Aidan committed May 27, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 7e915c3 commit 7f72a3d
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
@@ -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 {
2 changes: 1 addition & 1 deletion src/blas/backends/rocblas/rocblas_helper.hpp
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 7f72a3d

Please sign in to comment.