MUDA
Loading...
Searching...
No Matches
muda::FieldEntryLaunch Class Reference
Inheritance diagram for muda::FieldEntryLaunch:
muda::LaunchBase< FieldEntryLaunch > muda::LaunchCore

Public Member Functions

MUDA_GENERIC FieldEntryLaunch (cudaStream_t stream=nullptr)
 
template<typename T , FieldEntryLayout DstLayout, FieldEntryLayout SrcLayout, int M, int N>
MUDA_HOST FieldEntryLaunchcopy (FieldEntryView< T, DstLayout, M, N > dst, CFieldEntryView< T, SrcLayout, M, N > src)
 
template<typename T , FieldEntryLayout DstLayout, int M, int N>
MUDA_HOST FieldEntryLaunchfill (FieldEntryView< T, DstLayout, M, N > dst, const typename FieldEntryView< T, DstLayout, M, N >::ElementType &value)
 
template<typename T , FieldEntryLayout SrcLayout, int M, int N>
MUDA_HOST FieldEntryLaunchcopy (BufferView< typename CFieldEntryView< T, SrcLayout, M, N >::ElementType > dst, CFieldEntryView< T, SrcLayout, M, N > src)
 
template<typename T , FieldEntryLayout DstLayout, int M, int N>
MUDA_HOST FieldEntryLaunchcopy (FieldEntryView< T, DstLayout, M, N > dst, CBufferView< typename FieldEntryView< T, DstLayout, M, N >::ElementType > src)
 
- Public Member Functions inherited from muda::LaunchBase< FieldEntryLaunch >
MUDA_GENERIC LaunchBase (::cudaStream_t stream) MUDA_NOEXCEPT
 
MUDA_GENERIC LaunchBase (cudaStream_t stream) MUDA_NOEXCEPT
 
FieldEntryLaunchpush_range (const std::string &name)
 
FieldEntryLaunchpop_range ()
 
FieldEntryLaunchkernel_name (std::string_view name)
 
FieldEntryLaunchfile_line (std::string_view file, int line)
 
FieldEntryLaunchrecord (cudaEvent_t e, int flag=cudaEventRecordDefault)
 
FieldEntryLaunchrecord (ComputeGraphVar< cudaEvent_t > &e, const std::vector< ComputeGraphVarBase * > &vars)
 
FieldEntryLaunchrecord (ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 
FieldEntryLaunchwhen (cudaEvent_t e, int flag=cudaEventWaitDefault)
 
FieldEntryLaunchwait (cudaEvent_t e, int flag=cudaEventWaitDefault)
 
FieldEntryLaunchwait (const ComputeGraphVar< cudaEvent_t > &e, const std::vector< ComputeGraphVarBase * > &vars)
 
FieldEntryLaunchwait (const ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 
FieldEntryLaunchwait ()
 
FieldEntryLaunchcallback (const std::function< void(::cudaStream_t, ::cudaError)> &callback)
 
Next next (Next n)
 
Next next (Args &&... args)
 
- Public Member Functions inherited from muda::LaunchCore
MUDA_GENERIC LaunchCore (::cudaStream_t stream) MUDA_NOEXCEPT
 
void init_stream (::cudaStream_t s)
 
void push_range (const std::string &name)
 
void pop_range ()
 
void record (cudaEvent_t e, int flag=cudaEventRecordDefault)
 
void record (ComputeGraphVar< cudaEvent_t > &e, const std::vector< ComputeGraphVarBase * > &vars)
 
template<typename... ViewT>
void record (ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 
void when (cudaEvent_t e, int flag=cudaEventWaitDefault)
 
void wait (cudaEvent_t e, int flag=cudaEventWaitDefault)
 
void wait (const ComputeGraphVar< cudaEvent_t > &e, const std::vector< ComputeGraphVarBase * > &vars)
 
template<typename... ViewT>
void wait (const ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 
void wait ()
 
void callback (const std::function< void(::cudaStream_t, ::cudaError)> &callback)
 
template<typename... ViewT>
MUDA_INLINE void record (ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 
template<typename... ViewT>
MUDA_INLINE void wait (const ComputeGraphVar< cudaEvent_t > &e, ComputeGraphVar< ViewT > &... vars)
 

Additional Inherited Members

- Public Types inherited from muda::LaunchBase< FieldEntryLaunch >
using derived_type = FieldEntryLaunch
 
- Static Public Member Functions inherited from muda::LaunchCore
static void kernel_name (std::string_view name)
 
static void file_line (std::string_view file, int line)
 
static void wait_event (cudaEvent_t event)
 
static void wait_stream (::cudaStream_t stream)
 
static void wait_device ()
 
- Protected Types inherited from muda::LaunchCore
template<typename T >
using S = std::shared_ptr< T >
 
- Protected Member Functions inherited from muda::LaunchBase< FieldEntryLaunch >
FieldEntryLaunchpop_kernel_label ()
 
- Protected Member Functions inherited from muda::LaunchCore
MUDA_GENERIC::cudaStream_t stream () const
 
MUDA_HOST void pop_kernel_label ()
 
- Protected Attributes inherited from muda::LaunchCore
::cudaStream_t m_stream
 

The documentation for this class was generated from the following files: