expose start/end profiling API in Models class #5961
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Clang Format Lint | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - rel-* | |
| pull_request: | |
| branches: | |
| - main | |
| - rel-* | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint-cpp: | |
| runs-on: | |
| - self-hosted | |
| - "1ES.Pool=onnxruntime-genai-Ubuntu2204-AMD-CPU" | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| with: | |
| submodules: 'false' | |
| - name: Check format | |
| uses: microsoft/onnxruntime-github-actions/[email protected] | |
| with: | |
| llvm-version: '20.1.0' | |
| llvm-sha256-hash: '954ac51498519f6ed9540714fb04bc401f70039b296a8160dd1559be380788d7' |