Fix incorrect benchmark name in JitterBench script (#1983)
[ROCm/rccl commit: 57286d5df3]
This commit is contained in:
committed by
GitHub
parent
046af13751
commit
a3a5631f53
@@ -5,7 +5,7 @@ for numBlocks in 1 2 4 8 16 32; do
|
||||
for numTimers in 0 1; do
|
||||
for useNuma in 0 1; do
|
||||
echo "numBlocks=$numBlocks blockSize=$blockSize numTimers=$numTimers useNuma=$useNuma";
|
||||
./LaunchBench $numBlocks $blockSize $numTimers $useNuma &> output.$numBlocks.$blockSize.$numTimers.$useNuma.txt
|
||||
./JitterBench $numBlocks $blockSize $numTimers $useNuma &> output.$numBlocks.$blockSize.$numTimers.$useNuma.txt
|
||||
done;
|
||||
done;
|
||||
done;
|
||||
|
||||
Reference in New Issue
Block a user