GPU Forecasters
Collection
9 items • Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Companion artifact for GPU Forecasters: Language Models as Selective Surrogates for Kernel Runtime Optimization. Code: codezakh/gpu-surrogates.
LoRA adapter for openai/gpt-oss-20b
fine-tuned with the correctness reward to forecast kernel speedups.
from peft import AutoPeftModelForCausalLM
model = AutoPeftModelForCausalLM.from_pretrained("codezakh/gpu-forecasters-gpt-oss-20b-correctness")
codezakh/gpu-forecasters-rl-training-pool.
See runbook/02_train_surrogate.py in the paper repo
(codezakh/gpu-surrogates).
@article{khan2026gpuforecasters,
title={GPU Forecasters: Language Models as Selective Surrogates for Kernel Runtime Optimization},
author={Khan, Zaid and Chen, Justin Chih-Yao and Cho, Jaemin and Stengel-Eskin, Elias and Bansal, Mohit},
journal={arXiv preprint arXiv:2605.31464},
year={2026}
}