[Feature](mluOpExecFFT): add perf border for cooleytuky and stockham kernel. #1326
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
name: mluops_ci | |
on: | |
push: | |
branches: [master, r*] | |
paths-ignore: | |
- 'docs/**' | |
- 'docker/**' | |
- 'samples/**' | |
- 'installer/**' | |
- '.github/ISSUE_TEMPLATE/**' | |
- '.github/pull_request_template.md' | |
- 'CONTRIBUTION.md' | |
- 'CPPLINT.cfg' | |
- 'LICENSE' | |
- 'README.md' | |
- 'requirements.txt' | |
- '.github/workflows/mluops_all_system_ci.yaml' | |
- '.github/workflows/daily.yaml' | |
pull_request: | |
branches: [master, r*] | |
paths-ignore: | |
- 'docs/**' | |
- 'docker/**' | |
- 'samples/**' | |
- 'installer/**' | |
- '.github/ISSUE_TEMPLATE/**' | |
- '.github/pull_request_template.md' | |
- 'CONTRIBUTION.md' | |
- 'CPPLINT.cfg' | |
- 'LICENSE' | |
- 'README.md' | |
- 'requirements.txt' | |
- '.github/workflows/mluops_all_system_ci.yaml' | |
- '.github/workflows/daily.yaml' | |
jobs: | |
test: | |
strategy: | |
matrix: | |
runner: [mlu370-m8] | |
mlu_ops_version : [v1.4.2] | |
runs-on: [yellow] | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: 'true' | |
- name: run_mlu_ops_ci | |
run: > | |
bash .github/scripts/invoke_ci_test.sh |