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
Problem
fp32_tflopsexists on the GPU model and ingest path but was absent from theGPUReadresponse schema andgpu_readserializer, so/v1/gpussilently dropped it.Impact
184 of 330 GPUs carry an
fp32_tflopsvalue that never reached API consumers; TechAPI's computed backfill was invisible through the API.Fix
Wire
fp32_tflopsthroughGPUReadand the GPU serializer.Files:
app/schemas/gpu.py,app/schemas/serializers.py