Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci_boo_conv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ jobs:
cd iree-turbine
export ROCR_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
echo "Running all proxy config without tuning"
export BOO_TUNING_SPEC_PATH=""
python iree/turbine/kernel/boo/driver/driver.py --gpu-id=-1 --commands-file ../shark-ai-reports/boo/all_proxy_config.txt --csv ../output_artifacts/all_proxy_run_without_tuning.csv || true
echo "Running prod conv config without tuning"
python iree/turbine/kernel/boo/driver/driver.py --gpu-id=-1 --commands-file ../shark-ai-reports/boo/prod_conv_config.txt --csv ../output_artifacts/prod_conv_config_without_tuning.csv || true
echo "Running all proxy config with tuning"
export BOO_TUNING_SPEC_PATH="iree/turbine/kernel/boo/runtime/tuning_specs.mlir"
python iree/turbine/kernel/boo/driver/driver.py --gpu-id=-1 --commands-file ../shark-ai-reports/boo/all_proxy_config.txt --csv ../output_artifacts/all_proxy_run_with_tuning.csv || true
export BOO_TUNING_SPEC_PATH=""
echo "Running prod conv config without tuning"
python iree/turbine/kernel/boo/driver/driver.py --gpu-id=-1 --commands-file ../shark-ai-reports/boo/prod_conv_config.txt --csv ../output_artifacts/prod_conv_config_without_tuning.csv || true
export BOO_TUNING_SPEC_PATH="iree/turbine/kernel/boo/runtime/tuning_specs.mlir"
echo "Running prod conv config with tuning"
python iree/turbine/kernel/boo/driver/driver.py --gpu-id=-1 --commands-file ../shark-ai-reports/boo/prod_conv_config.txt --csv ../output_artifacts/prod_conv_config_with_tuning.csv || true
Expand Down
Loading