Skip to content

Struct muda::details::LaunchCallable

template <typename F>

ClassList > muda > details > LaunchCallable

Public Attributes

Type Name
F callable
dim3 dim

Public Functions

Type Name
LaunchCallable (U && f, const dim3 & d)

Public Attributes Documentation

variable callable

F muda::details::LaunchCallable< F >::callable;

variable dim

dim3 muda::details::LaunchCallable< F >::dim;

Public Functions Documentation

function LaunchCallable

template<typename U>
inline muda::details::LaunchCallable::LaunchCallable (
    U && f,
    const dim3 & d
) 


The documentation for this class was generated from the following file src/muda/launch/launch.h