MeshLib C++ Docs
Loading...
Searching...
No Matches
MRCudaPipeline.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMesh/MRExpected.h"
4
5namespace MR::Cuda
6{
7
11template <typename BufferType, typename InputIt, typename GPUFunc, typename CPUFunc>
12Expected<void> cudaPipeline( BufferType init, InputIt begin, InputIt end, GPUFunc gpuFunc, CPUFunc cpuFunc );
13
14}
15
16#include "MRCudaPipeline.hpp"
MR_BIND_IGNORE_PY auto end(const BitSet &)
Definition MRBitSet.h:397
MR_BIND_IGNORE_PY auto begin(const BitSet &a)
Definition MRBitSet.h:395
tl::expected< T, E > Expected
Definition MRExpected.h:31
Definition MRCudaBasic.h:14
Expected< void > cudaPipeline(BufferType init, InputIt begin, InputIt end, GPUFunc gpuFunc, CPUFunc cpuFunc)