Skip to content
Snippets Groups Projects
Commit 9ca629de authored by Henrik Asmuth's avatar Henrik Asmuth
Browse files

Merge branch 'experimental' of...

Merge branch 'experimental' of https://git.rz.tu-bs.de/irmb/uppsala/VirtualFluids_dev into experimental
parents 2bc8cc80 7c08c14d
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
......@@ -16,7 +16,7 @@ class Kernel
public:
virtual ~Kernel() = default;
virtual void run() = 0;
virtual void runOnIndices(const unsigned int *indices, unsigned int size_indices, CollisionTemplate collisionTemplate, CudaStreamIndex streamIdx=CudaStreamIndex::Legacy) = 0; //if stream == -1: run on default stream
virtual void runOnIndices(const unsigned int *indices, unsigned int size_indices, CollisionTemplate collisionTemplate, CudaStreamIndex streamIdx=CudaStreamIndex::Legacy) = 0;
virtual bool checkParameter() = 0;
virtual std::vector<PreProcessorType> getPreProcessorTypes() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment