Openvino ep ort 5.1 #18
Workflow file for this run
This file contains 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
# Don't edit this file manully. | |
# Run generate-skip-doc-change.py to generate it. | |
name: Windows GPU CI Pipeline | |
on: | |
pull_request: | |
paths: | |
- docs/** | |
- README.md | |
- CONTRIBUTING.md | |
- BUILD.md | |
jobs: | |
job1: | |
name: cuda build_x64_RelWithDebInfo | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required, only documentation changed"' | |
job2: | |
name: dml build_x64_RelWithDebInfo | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required, only documentation changed"' | |
job3: | |
name: training build_x64_RelWithDebInfo | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required, only documentation changed"' | |
job4: | |
name: kernelDocumentation build_x64_RelWithDebInfo | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required, only documentation changed"' |