Added a function acAutoOptimize to the interface and removed rk3_step_async in kernels.cuh (moved into rkStep)

This commit is contained in:
jpekkila
2019-07-09 14:21:22 +03:00
parent 84d96de42b
commit a086821e7c
4 changed files with 38 additions and 29 deletions

View File

@@ -610,3 +610,9 @@ acLoadDeviceConstant(const AcRealParam param, const AcReal value)
}
return AC_SUCCESS;
}
AcResult
acAutoOptimize(void)
{
return autoOptimize(devices[0]);
}