Attemptiong to make kernels to go where they should.

This commit is contained in:
Miikka Vaisala
2020-09-18 16:55:36 +08:00
parent 67aa87731b
commit f736aa1cd1
3 changed files with 26 additions and 5 deletions

View File

@@ -43,6 +43,9 @@ extern "C" {
/** */
AcResult acKernelPeriodicBoundconds(const cudaStream_t stream, const int3 start, const int3 end,
AcReal* vtxbuf);
/** */
AcResult acKernelGeneralBoundconds(const cudaStream_t stream, const int3 start, const int3 end,
AcReal* vtxbuf, const int bound_direction);
/** */
AcResult acKernelDummy(void);