Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
027c8da0cc2682b591031c9747de909ae01b5147
027c8da0cc2682b591031c9747de909ae01b5147
Switch branch/tag
hg-misc-tools
evo2
count.sh
Find file
Normal view
History
Permalink
count.sh
78 Bytes
Edit
Web IDE
Newer
Older
Add scripts for ROCBLAS benchmarking and Evo2 model execution
one
committed
Jan 26, 2026
1
2
3
#!/bin/bash
grep
'rocblas-bench'
${
1
:-
count
.txt
}
|
sort
|
uniq
-c
|
sort
-nr