Skip to content

T36's op gate is not registered in tests/CMakeLists.txt, so it has never been built or run #2937

Description

@localai-org-maint-bot

Row: GFX1100-TG200

#2891 adds tests/vt/test_rocm_prefill_tile.cpp as T36's op-level gate. It adds
no entry for it in tests/CMakeLists.txt, so no target exists:

$ ninja -C build test_rocm_prefill_tile
ninja: error: unknown target 'test_rocm_prefill_tile'

Two documents in the same change say it runs:

  • .agents/specs/gfx1100-tg200.md:223 -- "op gate
    tests/vt/test_rocm_prefill_tile.cpp"
  • docs/bench-evidence/gfx1100-tg200-t36-prefill-mtile-20260829.md:27 --
    "tests/vt/test_rocm_prefill_tile.cpp (registered test_rocm_prefill_tile)"

It is not registered. The file is never compiled and never executed, so T36's
BIT-IDENTICAL claim -- the whole reason the arm is allowed to be adopted -- has
no gate behind it in this tree. ctest -R 'rocm|quant' cannot see it either.

Nothing about the T36 kernel itself is in question here; only that the test
asserting it is inert.

Found while gating the external-contributor ROCm stack on strix:gpu0. Fixed in
the same flow on #2891's branch by registering the target beside
test_rocm_quant_dot.

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