alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::onHost::internal::Enqueue::Kernel< T_Queue, T_LaunchCfg, T_KernelBundle > Struct Template Reference

#include <interface.hpp>

Public Member Functions

void operator() (T_Queue &queue, T_LaunchCfg const &launchCfg, T_KernelBundle const &kernelBundle) const

Detailed Description

template<typename T_Queue, onHost::concepts::ThreadOrFrameSpec T_LaunchCfg, alpaka::concepts::KernelBundle T_KernelBundle>
struct alpaka::onHost::internal::Enqueue::Kernel< T_Queue, T_LaunchCfg, T_KernelBundle >

Definition at line 197 of file interface.hpp.

Member Function Documentation

◆ operator()()

template<typename T_Queue, onHost::concepts::ThreadOrFrameSpec T_LaunchCfg, alpaka::concepts::KernelBundle T_KernelBundle>
void alpaka::onHost::internal::Enqueue::Kernel< T_Queue, T_LaunchCfg, T_KernelBundle >::operator() ( T_Queue & queue,
T_LaunchCfg const & launchCfg,
T_KernelBundle const & kernelBundle ) const
inline

Definition at line 199 of file interface.hpp.


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