Skip to content

Add functionality test suite for ov op translation #1679

Add functionality test suite for ov op translation

Add functionality test suite for ov op translation #1679

Workflow file for this run

name: Graph Compiler build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
name: Build
runs-on: [self-hosted]
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: Setup MLIR Python bindings
id: setup-mlir-python-bindings
uses: ./.github/actions/setup-mlir-python-bindings
- name: Build
run: |
scripts/compile.sh
- name: Test
run: |
cmake --build build --target gc-check
- name: Build and install benchgc
working-directory: build
run: |
ninja benchgc
pip uninstall -y benchgc || true
pip install test/benchgc/dist/benchgc-*.whl
- name: Correctness Test
env:
LD_PRELOAD: /lib/x86_64-linux-gnu/libomp5.so
run: |
scripts/correctness.sh