Skip to content

Commit

Permalink
* moved LOCAL_LOAD cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
sjw36 committed Oct 15, 2024
1 parent efdbbe3 commit d56a84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class StreamPipeliner {
config.resize(5);
config[SCHED_GLOBAL_LOAD] = {0, clusters[prefetch]};
config[SCHED_LOCAL_STORE] = {lastStage - 1, clusters[prefetch ? 0 : 2]};
config[SCHED_LOCAL_LOAD] = {lastStage - prefetch, clusters[1]};
config[SCHED_LOCAL_LOAD] = {lastStage - prefetch, clusters[prefetch + 1]};
config[SCHED_COMPUTE] = {lastStage, clusters[prefetch]};
config[SCHED_TAIL] = {lastStage, clusters[3 + prefetch]};

Expand Down

0 comments on commit d56a84c

Please sign in to comment.