We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
batched/dense/impl/KokkosBatched_Axpy_Impl.hpp:16:#ifndef __KOKKOSBATCHED_AXPY_IMPL_HPP__ batched/dense/impl/KokkosBatched_Axpy_Impl.hpp:17:#define __KOKKOSBATCHED_AXPY_IMPL_HPP__
batched/dense/impl/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp:74: HandleType *const __handle; batched/dense/impl/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp:80: AViewType __A; batched/dense/impl/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp:81: avt *__Adp = nullptr; batched/dense/impl/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp:82: armpl_int_t __Ajstrd, __Aistrd, __Abstrd; batched/dense/impl/KokkosBatched_HostLevel_Gemm_Armpl_Impl.hpp:84: BViewType __B;
batched/dense/impl/KokkosBatched_HostLevel_Gemm_Serial_Impl.hpp:131: BatchedSerialGemm(ScalarType _alpha, AViewType _A, BViewType _B, ScalarType _beta, CViewType _C) batched/dense/impl/KokkosBatched_HostLevel_Gemm_Serial_Impl.hpp:132: : A(_A), B(_B), C(_C), alpha(_alpha), beta(_beta) {}
KOKKOS_
blas/impl/KokkosBlas_util.hpp:18:#define KOKKOS_BLAS_UTIL_HPP blas/tpls/KokkosBlas_tpl_spec.hpp:89:#define KOKKOS_CUBLAS_SAFE_CALL_IMPL(call) KokkosBlas::Impl::cublas_internal_safe_call(call, #call, __FILE__, __LINE__)
The text was updated successfully, but these errors were encountered:
Most KOKKOS_ macros are either include guards or Impl and we can search/replace, except this one: #2371
Sorry, something went wrong.
__KOKKOSBATCHED_PROMOTION__
__KOKKOSBATCHED_ENABLE_INTEL_MKL__
No branches or pull requests
e.g.
For example
KOKKOS_
(this includes header guards)The text was updated successfully, but these errors were encountered: