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
e417e7f5314490a364affdbfdbd6441552a3fa94
e417e7f5314490a364affdbfdbd6441552a3fa94
Switch branch/tag
hg-misc-tools
projects
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