Trim GPU restrict sync overhead

This commit is contained in:
2026-04-12 19:45:34 +08:00
parent ce88c18265
commit d702aa06b9
3 changed files with 178 additions and 158 deletions

View File

@@ -108,12 +108,13 @@ namespace Parallel
int *send_buf_caps;
int *recv_buf_caps;
MPI_Request *reqs;
MPI_Status *stats;
int max_reqs;
bool lengths_valid;
int *tc_req_node;
int *tc_req_is_recv;
int *tc_completed;
MPI_Status *stats;
int max_reqs;
bool lengths_valid;
int lengths_var_count;
int *tc_req_node;
int *tc_req_is_recv;
int *tc_completed;
SyncCache();
void invalidate();
void destroy();