11template <
typename BufferType,
typename InputIt,
typename GPUFunc,
typename CPUFunc>
12Expected<void>
cudaPipeline( BufferType init, InputIt
begin, InputIt
end, GPUFunc gpuFunc, CPUFunc cpuFunc );
16#include "MRCudaPipeline.hpp"
MR_BIND_IGNORE auto begin(const BitSet &a)
Definition MRMesh/MRBitSet.h:380
MR_BIND_IGNORE auto end(const BitSet &)
Definition MRMesh/MRBitSet.h:382
Definition MRCudaBasic.h:11
Expected< void > cudaPipeline(BufferType init, InputIt begin, InputIt end, GPUFunc gpuFunc, CPUFunc cpuFunc)