Fix GPU interpolation cache lifetime leaks
This commit is contained in:
@@ -24,6 +24,8 @@ int bssn_cuda_rk4_boundary_var(int *ex, double dT,
|
||||
|
||||
int bssn_cuda_lowerbound(int *ex, double *chi, double tinny, bool download_to_host = true);
|
||||
int bssn_cuda_download_buffer(int *ex, double *host_ptr);
|
||||
void bssn_cuda_release_rk4_caches();
|
||||
void bssn_cuda_release_interp_caches();
|
||||
|
||||
int bssn_cuda_prolong3_pack(int wei,
|
||||
const double *llbc, const double *uubc, const int *extc, const double *func,
|
||||
|
||||
Reference in New Issue
Block a user