Skip to content

fix(iluvatar): compile bindings without CMake CUDA language (#613) #417

fix(iluvatar): compile bindings without CMake CUDA language (#613)

fix(iluvatar): compile bindings without CMake CUDA language (#613) #417

Workflow file for this run

name: CI
concurrency:
group: ci-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:
platform:
description: "Platform to run"
type: choice
required: true
default: nvidia
options:
- nvidia
- iluvatar
- metax
- moore
- cambricon
- ascend
- all
push:
branches: ["master"]
pull_request:
branches: ["master", "ci/ci-online"]
jobs:
ci:
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@c6bf369739f16e759f46fd466f586c51c59f26c3
with:
config_path: .github/ci_config.yml
ci_ref: c6bf369739f16e759f46fd466f586c51c59f26c3
max_parallel: 10
platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }}
secrets: inherit