You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the sample implementation of PageRank with the following command:
./pagerank -timing -trace-mem -unified-gpus 1,2,3,4 -use-unified-memory -report-all
However, I noticed that only GPU1 shows kernel execution time, while GPUs 2, 3, and 4 remain idle. According to the code, workgroups should have been distributed across all four GPUs.
The text was updated successfully, but these errors were encountered:
I'm running the sample implementation of PageRank with the following command:
./pagerank -timing -trace-mem -unified-gpus 1,2,3,4 -use-unified-memory -report-all
However, I noticed that only GPU1 shows kernel execution time, while GPUs 2, 3, and 4 remain idle. According to the code, workgroups should have been distributed across all four GPUs.
The text was updated successfully, but these errors were encountered: