## Gemma4 CUDA inference — tracking issue ### Performance (H200 GPU) | Config | tok/s | VRAM | |--------|-------|------| | F16 INT4 (Q4_K_M) | **176.7** | 9 GB | | F16 onnx-standard | 161.9 | 12 GB | | F16 default | **157.8** | 12 GB | | F16 cuda (GQA) | 151.4 | 14 GB | | F32 default | 143.9 | 22 GB | | Image CUDA | ~240 | — | | Audio CPU | 15.1 | — | | Tri-modal (image+audio+text) | 90 | ~14 GB | Text generation: exact token match with HF PyTorch ✅ ### mobius PRs - [ ] #246 - [x] #272 - [x] #276 - [x] #277 - [x] https://github.com/onnxruntime/mobius/pull/279 - [x] #234 - [x] #238 - [x] #239 - [x] #240 - [x] #243 - [x] #247 - [x] #248 - [x] #249 - [x] #252 - [x] #253 - [x] #254 - [x] #256 - [x] #265 - [x] #268 - [x] #269 - [x] #270 - [x] #271 - [x] #273 - [x] #274 - [x] #275 - [ ] https://github.com/onnxruntime/mobius/issues/332 ### onnxruntime PRs - [ ] microsoft/onnxruntime#28353 - [ ] microsoft/onnxruntime#28369 - [x] microsoft/onnxruntime#28358 - [ ] microsoft/onnxruntime#28383 - [ ] https://github.com/microsoft/onnxruntime/pull/28242 ### onnxruntime-extensions PRs - [x] microsoft/onnxruntime-extensions#1056 ### onnxruntime-extensions Issues - microsoft/onnxruntime-extensions#1057 ### onnxruntime-genai PRs - [ ] microsoft/onnxruntime-genai#2123 - [ ] microsoft/onnxruntime-genai#2129 - [ ] https://github.com/microsoft/onnxruntime-genai/pull/2135 ### Olive - [ ] https://github.com/microsoft/Olive/pull/2472 - [ ] https://github.com/microsoft/olive-recipes/pull/381 ### Issues - #244 - #245 - #263 - ~~microsoft/onnxruntime#28357~~ (resolved) - microsoft/onnxruntime#28359 - microsoft/onnxruntime#28376 - ~~microsoft/onnxruntime-genai#2120~~ (resolved) - onnx/onnx#7914
Gemma4 CUDA inference — tracking issue
Performance (H200 GPU)
Text generation: exact token match with HF PyTorch ✅
mobius PRs
onnxruntime PRs
onnxruntime-extensions PRs
onnxruntime-extensions Issues
onnxruntime-genai PRs
Olive
Issues
CUDA Attention kernel crashes with mismatched Q/K head dimensions (head_size != v_head_size) microsoft/onnxruntime#28357(resolved)CUDA EP: CUBLAS misaligned address crash during prefill with Gemma4 model microsoft/onnxruntime-genai#2120(resolved)