alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent > Struct Template Reference

The CUDA/HIP memory set task base. More...

#include <Set.hpp>

Public Member Functions

 TaskSetUniformCudaHipBase (TView &view, std::uint8_t const &byte, TExtent const &extent)
 

Protected Attributes

std::uint8_t const m_byte
 
TExtent const m_extent
 
std::int32_t const m_iDevice
 
TView & m_view
 

Detailed Description

template<typename TApi, typename TDim, typename TView, typename TExtent>
struct alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >

The CUDA/HIP memory set task base.

Definition at line 33 of file Set.hpp.

Constructor & Destructor Documentation

◆ TaskSetUniformCudaHipBase()

template<typename TApi , typename TDim , typename TView , typename TExtent >
alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >::TaskSetUniformCudaHipBase ( TView &  view,
std::uint8_t const &  byte,
TExtent const &  extent 
)
inline

Definition at line 35 of file Set.hpp.

Member Data Documentation

◆ m_byte

template<typename TApi , typename TDim , typename TView , typename TExtent >
std::uint8_t const alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >::m_byte
protected

Definition at line 45 of file Set.hpp.

◆ m_extent

template<typename TApi , typename TDim , typename TView , typename TExtent >
TExtent const alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >::m_extent
protected

Definition at line 46 of file Set.hpp.

◆ m_iDevice

template<typename TApi , typename TDim , typename TView , typename TExtent >
std::int32_t const alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >::m_iDevice
protected

Definition at line 47 of file Set.hpp.

◆ m_view

template<typename TApi , typename TDim , typename TView , typename TExtent >
TView& alpaka::detail::TaskSetUniformCudaHipBase< TApi, TDim, TView, TExtent >::m_view
protected

Definition at line 44 of file Set.hpp.


The documentation for this struct was generated from the following file: