Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

fix(BACKEND-ROCM-ATTN-GATE-SPLIT): identify the actual F16 head in the forward test

Abierto
#3,112 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
65/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
cpp

Línea de trabajo

Comienza con .agents/specs/rocm-attn-gate-split.md, luego inspecciona tests/vllm/test_gguf_keep_quant.cpp::F16ForwardObservation::Observe y las pruebas de F16 forward circundantes. Modifica y haz commit del diseño de prueba acotado antes de cambiar el witness. La tarea está terminada cuando ambos modos tied conservan la aserción exact-one, los fixtures actuales y la comparación numérica, y fallan cuando se elimina la observación real del head o el marcador de head F16.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Row: BACKEND-ROCM-ATTN-GATE-SPLIT

The F16 production forward observer identifies an LM-head multiplication solely by its output width in tests/vllm/test_gguf_keep_quant.cpp::F16ForwardObservation::Observe. The unchanged gated fixture has four other projection calls with that width. After the missing ROCm AttnGateSplit provider and zero rotary-width handling are repaired, both tied and untied cases report five marked heads against the exact-one assertion.

The operator ran the complete frozen HIP target. It reports 58 cases, 57 passing cases, 10,934 passing assertions, and exactly two head-count failures. Retained and expanded F16 logits match and are finite. The frozen evidence is /home/vikash/.cache/rocm-attn-gate-split-impl/green-focused/gguf-production-full-operator.log, SHA256 cf9cd125bce34008bba2bfd0e51f6fbd018facbc552c31e21a5f0f57fdc89d1a. The command and sealed inputs are retained beside it.

Replace the width-only witness with an exact production head witness. Keep the exact-one assertion, all current model and fixture bytes, both tied modes, default native providers, and retained-versus-expanded numerical comparison. Prove that removing the actual head observation or F16 head marker fails the gate. Do not increase the expected count, loosen the assertion, or alter vocabulary dimensions to hide the collision.

The owning child spec is .agents/specs/rocm-attn-gate-split.md. Amend and commit the scoped test design before implementing this in-flow repair. Parent F16 issue #3092 and split issue #3106 remain separately owned. This issue closes with the reviewed change that repairs this test witness.

Lenguaje dominante
C++
Estrellas
423
Forks
53
Merge medio
1 d 7 h
PR fusionados (30 d)
382

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de mudler/vllm.cpp

Todos los issues de mudler/vllm.cpp

Issues similares

Más issues de C++

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.