11template <
typename BufferType,
typename InputIt,
typename GPUFunc,
typename CPUFunc>
16#include "MRCudaPipeline.hpp"
MR_BIND_IGNORE auto begin(const BitSet &a)
Definition MRMesh/MRBitSet.h:295
MR_BIND_IGNORE auto end(const BitSet &)
Definition MRMesh/MRBitSet.h:297
Definition MRCudaBasic.h:11
Expected< void > cudaPipeline(BufferType init, InputIt begin, InputIt end, GPUFunc gpuFunc, CPUFunc cpuFunc)
tl::expected< T, E > Expected
Definition MRExpected.h:59