ROCm / MITuna

MIT License
7 stars 0 forks source link

Merged import_benchmarks and import_configs #852

Closed alexandraBara closed 1 year ago

alexandraBara commented 1 year ago

Enforcing benchmarking for any imported/tagged configs. Sample runs: ./go_fish.py miopen import_configs --add_model Alexnet --md_version 1 ./go_fish.py miopen import_configs --add_framework Pytorch --fw_version 1

./go_fish.py miopen import_configs --model Alexnet --md_version 1 --framework Pytroch --fw_version 1 -f my_configs.txt -T someTag --> will add and tag the new configs and benchmark them.