Skip to content

[WS1][CI] The GPU architecture unmatch in GPU CI. #226

Description

@frank-2077

Problem

GPU CI currently falls back from an unavailable requested GPU topology to a different GPU architecture and GPU count.

For example, the A100 matrix job requests:

2 × NVIDIA A100 80GB PCIe
TARGET_SM=8.0

When capacity is unavailable, ci/run_gpu_ci.sh falls back to:

1 × NVIDIA A40
actual SM=8.6

The script then correctly rejects the mismatch:

FATAL: requested TARGET_SM=8.0 (sm_8.0) but provisioned GPU is sm_8.6. Refusing to build mismatched kernels.

This exits before the extension build or pytest suite runs.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions