amdresearch/IntelliPerf Action
A GitHub Action wrapper for IntelliPerf
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| formula | Global IntelliPerf formula to use for all applications (can be overridden per application) | no | — |
| build_command | Global build command to use for all applications (can be overridden per application) | no | — |
| instrument_command | Global instrument command to use for all applications (can be overridden per application) | no | — |
| project_directory | Global project directory to use for all applications (can be overridden per application) | no | — |
| applications | List of application objects. Each object can have: command (required), output_json (optional), build_script (optional), build_command (optional), instrument_command (optional), project_directory (optional), formula (optional) | yes | — |
| docker_image | Default Docker image to use | no | — |
| apptainer_image | Default Apptainer image to use | no | — |
| top_n | Top N kernels to report | no | 10 |
| huggingface_token | Huggingface token | no | — |
| llm_gateway_key | LLM Gateway API key for accessing language models | no | — |
| create_pr | Whether to create a PR with changes | no | false |
| intelliperf_actions_token | GitHub token for PR creation (required if create_pr is true) | no | — |
Outputs
no outputs