Skip to content

schema: gpu fp32_tflops missing from API responses #15

Description

@Seungpyo1007

Problem

fp32_tflops exists on the GPU model and ingest path but was absent from the GPURead response schema and gpu_read serializer, so /v1/gpus silently dropped it.

Impact

184 of 330 GPUs carry an fp32_tflops value that never reached API consumers; TechAPI's computed backfill was invisible through the API.

Fix

Wire fp32_tflops through GPURead and the GPU serializer.

Files: app/schemas/gpu.py, app/schemas/serializers.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions