Increase minimal channels for gfx908 (#259)

This commit is contained in:
Wenkai Du
2020-08-26 11:40:11 -07:00
committed by GitHub
parent b0919dc46c
commit c5cbece6d0
8 changed files with 107 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for i in {0..33}
for i in {0..35}
do
$DIR/../topo_expl/topo_expl -m $i > "topo_m$i.log"
$DIR/../TopoVisual/topo_visual.sh -i "topo_m$i.log"