Skip to content

Commit

Permalink
Rename of tests dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 10, 2024
1 parent 3d5c1e3 commit becf7ab
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 491 deletions.
2 changes: 1 addition & 1 deletion tests/generate_test_analyze_workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
+ workload
+ "/"
+ arch
+ "']):\n\t\t\tomniperf.main()"
+ "']):\n\t\t\trocprof_compute.main()"
+ "\n\tassert e.value.code == 0"
)
f.write(test)
4 changes: 2 additions & 2 deletions tests/generate_workloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ echo "starting"
for key in "${!commands[@]}"; do
echo profiling $key;
command="${commands[$key]}"
echo "$key = ./src/omniperf profile -n $key ${dirs[@]}"
./src/omniperf profile -n $key $command -p tests/workloads/$key/$soc -- ./tests/vcopy -n 1048576 -b 256 -i 3 ;
echo "$key = ./src/rocprof-compute profile -n $key ${dirs[@]}"
./src/rocprof-compute profile -n $key $command -p tests/workloads/$key/$soc -- ./tests/vcopy -n 1048576 -b 256 -i 3 ;
echo "done" ; done
Loading

0 comments on commit becf7ab

Please sign in to comment.