Add batched CUDA patch interpolation path

This commit is contained in:
2026-04-09 14:56:01 +08:00
parent ad999e4c5a
commit c47349b7a9
3 changed files with 601 additions and 105 deletions

View File

@@ -29,4 +29,15 @@ int bssn_cuda_prolong3_pack(int wei,
const double *llbp, const double *uubp,
const double *SoA, int symmetry);
int bssn_cuda_interp_points_batch(const int *ex,
const double *X, const double *Y, const double *Z,
const double *const *fields,
const double *soa_flat,
int num_var,
const double *px, const double *py, const double *pz,
int num_points,
int ordn,
int symmetry,
double *out);
#endif