MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_executor()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
std::shared_ptr< GpuExecutionContext< InputType, OutputType > > MayaFlux::Yantra::GpuSorter< InputType, OutputType >::get_executor ( ) const
inline

Returns the attached GpuExecutionContext for further configuration.

Definition at line 39 of file GpuSorter.hpp.

39{ return m_executor; }
std::shared_ptr< GpuExecutionContext< InputType, OutputType > > m_executor
Definition GpuSorter.hpp:62