尝试划分4block但是效果不好,转为研究访存

This commit is contained in:
jaunatisblue
2026-02-28 21:17:02 +08:00
parent aabe74c098
commit 588fb675a0
3 changed files with 135 additions and 456 deletions

View File

@@ -144,7 +144,7 @@ void cgh::compose_cgh(int nprocs)
for (int lev = 0; lev < levels; lev++)
{
checkPatchList(PatL[lev], false);
Parallel::distribute_new(PatL[lev], nprocs, ingfs, fngfs, false);
Parallel::distribute_hard(PatL[lev], nprocs, ingfs, fngfs, false);
#if (RPB == 1)
// we need distributed box of PatL[lev] and PatL[lev-1]
if (lev > 0)