Trait cubecl_core::frontend::LaunchArg
source · pub trait LaunchArg:
LaunchArgExpand
+ Send
+ Sync
+ 'static {
type RuntimeArg<'a, R: Runtime>: ArgSettings<R>;
}
Expand description
Defines a type that can be used as argument to a kernel.
Required Associated Types§
sourcetype RuntimeArg<'a, R: Runtime>: ArgSettings<R>
type RuntimeArg<'a, R: Runtime>: ArgSettings<R>
The runtime argument for the kernel.
Object Safety§
This trait is not object safe.