Skip to content

gpu-denied.yml bans the CPU-only kernels crate #202

Description

@forkwright

Problem

gpu-denied.yml (the CI job that should assert GPU-less/CPU-only behavior) bans the CPU-only kernels crate outright rather than exercising it, so the workflow cannot actually verify CPU-only correctness for that crate.

Impact

There is no CI coverage proving the kernels crate's CPU-only path works, in a workflow specifically meant to guard that path — the same "source-only review, never hardware/path-qualified" shape the week's synthesis names for kernel lanes generally (E.10).

Fix

Adjust gpu-denied.yml's allow/deny rule so the CPU-only kernels crate is included and exercised under the GPU-denied condition instead of excluded.

Evidence: sessions s61, s78

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions