Skip to content

Dictionary Attributes with new lines. #144

Dictionary Attributes with new lines.

Dictionary Attributes with new lines. #144

Workflow file for this run

name: MLIR Tests
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
ignore-forks: true
paths:
- 'mlir/**'
- '.github/workflows/mlir-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
# Only builds on push populate the ccache that can be used by PRs
push:
branches: [ main, feature/fused-ops ]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
check_mlir:
name: Test mlir
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-mlir
projects: mlir
extra_cmake_args: -DMLIR_ENABLE_BINDINGS_PYTHON=ON