Skip to content

Bump IMEX version (#408) #608

Bump IMEX version (#408)

Bump IMEX version (#408) #608

name: Graph Compiler build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
name: Build GPU with IMEX
runs-on: [self-hosted, l0]
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 --imex
- name: Test
run: |
cmake --build build --target gc-check