Added ann2snn transform #1059
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: Torch-MLIR Test | |
on: | |
push: | |
branches: [ "main*" ] | |
pull_request: | |
branches: [ "main*" ] | |
workflow_dispatch: | |
logLevel: | |
description: 'Log level' | |
required: true | |
default: 'warning' | |
type: choice | |
options: | |
- info | |
- warning | |
- debug | |
jobs: | |
torch-mlir-test: | |
runs-on: ubuntu-latest | |
container: | |
image: deepwok/mase-docker-cpu:latest | |
steps: | |
# Clone the MASE repo and its submodules. | |
- name: Get MASE | |
uses: actions/checkout@v3 | |
with: | |
submodules: "true" | |
- name: Set git safe | |
run: | | |
git config --global --add safe.directory $PWD | |
# - name: Torch-MLIR regression test | |
# run: | | |
# python3 scripts/test-torch-mlir.py | |