Skip to content

[stablehlo] add aten::_int_mm lowering (#3474) #23

[stablehlo] add aten::_int_mm lowering (#3474)

[stablehlo] add aten::_int_mm lowering (#3474) #23

name: pre-commit (all files on push)
on:
push:
branches: [main, post-commit-test]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --color=always --all-files