Added a function acAutoOptimize to the interface and removed rk3_step_async in kernels.cuh (moved into rkStep)
This commit is contained in:
@@ -610,3 +610,9 @@ acLoadDeviceConstant(const AcRealParam param, const AcReal value)
|
||||
}
|
||||
return AC_SUCCESS;
|
||||
}
|
||||
|
||||
AcResult
|
||||
acAutoOptimize(void)
|
||||
{
|
||||
return autoOptimize(devices[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user