24#ifndef MORPHEUS_DENSEVECTOR_HIP_CONVERT_IMPL_HPP
25#define MORPHEUS_DENSEVECTOR_HIP_CONVERT_IMPL_HPP
27#include <Morpheus_Macros.hpp>
28#if defined(MORPHEUS_ENABLE_HIP)
30#include <Morpheus_Exceptions.hpp>
31#include <Morpheus_SpaceTraits.hpp>
32#include <Morpheus_FormatTraits.hpp>
33#include <Morpheus_FormatTags.hpp>
34#include <Morpheus_Spaces.hpp>
40template <
typename ExecSpace,
typename SourceType,
typename DestinationType>
42 const SourceType&, DestinationType&,
43 typename std::enable_if<
44 Morpheus::is_dense_vector_format_container_v<SourceType> &&
45 Morpheus::is_dense_vector_format_container_v<DestinationType> &&
46 Morpheus::has_custom_backend_v<ExecSpace> &&
47 Morpheus::has_hip_execution_space_v<ExecSpace> &&
48 Morpheus::has_access_v<ExecSpace, SourceType, DestinationType>>::type* =
Definition: Morpheus_Exceptions.hpp:43
Generic Morpheus interfaces.
Definition: dummy.cpp:24