Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump run flag into files in new benchmark suite #12378

Closed
wants to merge 8 commits into from

Conversation

pzread
Copy link
Contributor

@pzread pzread commented Feb 25, 2023

Dump run flags of iree-benchmark-module when building e2d test artifacts.

It should help users find and manually run benchmarks with benchmark ID from the IREE perf dashboard, as the benchmark ID (e2e model run ID) is part of the path of its run flagfile.

Example run directory:

ls e2e_test_artifacts/iree_EfficientNetV2STF_run_974086586c080164bf56972646f76a8f116cd849d51713ca3d9b380366c8d305

run.flagfile

Example dump run flagfile:

--module=iree_EfficientNetV2STF_module_c8949024e2472bec7b18c4e3757412715c248273005ca6f8d5769656ed425a84/module.vmfb
--function=forward
--input=1x384x384x3xf32=0
--device_allocator=caching
--task_topology_group_count=8
--device=local-task

Each commit should be able to be reviewed independently as separate PR.

Based on: #12387

benchmarks: x86_64, cuda

@pzread pzread changed the title [WIP] Dump run flag into flag files in new benchmark suite [WIP] Dump run flag into files in new benchmark suite Feb 25, 2023
@pzread pzread force-pushed the bench-dump-runflag branch 7 times, most recently from e653c29 to cdecde3 Compare February 25, 2023 23:34
@github-actions
Copy link

github-actions bot commented Feb 26, 2023

@pzread pzread changed the title [WIP] Dump run flag into files in new benchmark suite Dump run flag into files in new benchmark suite Feb 26, 2023
@pzread pzread force-pushed the bench-dump-runflag branch 5 times, most recently from 0e7447f to 7c4e5ab Compare February 27, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant