onnxruntime
Add FP8/FP4 block-quantized support to GatherBlockQuantized contrib op
#32480
Merged

Add FP8/FP4 block-quantized support to GatherBlockQuantized contrib op #32480

copilot-swe-agent
Copilot Add Engram contrib op schemas
99d55176
Copilot Add CPU Engram contrib kernels
b44523f6
Copilot Add CUDA Engram contrib kernels
819e6959
Copilot Add WebGPU Engram contrib kernels
608c54f3
Copilot Add Engram contrib op tests
3ad34909
Copilot Fix Engram CPU threadpool usage
3fd904bd
Copilot Split Engram ops into standalone files
1c82a474
Copilot Add CPU FP16 Engram kernels, shared EP helpers, and docs
b8a41e7c
Copilot Rename NgramHashMapping to NGramHashMapping
fcb7ca07
Copilot Address PR review: shared-gate/RMS passes and sign(0) fix for Engram ops
2ddc3069
Copilot Fix CI failures: CUDA GetComputeStream, WebGPU namespace, test skip trap
e22b5c81
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-deeps…
7bb11f30
Copilot Extend GatedRMSNorm with configurable silu/sigmoid gate activation
9eecb7df
Copilot Extend NGramHashMapping with past/present tokens, EOS reset, segment_…
08546f92
Copilot Extend EngramGate with conv_norm_scale input and gated_value_normed o…
01454fd4
Copilot Fix NGramHashMapping generated docs
9c60b274
Copilot Clarify ShortConv activation flag
cf85ec46
Copilot Fix NGram segment reset review comments
bc2732fd
Copilot Fix lint formatting issues
a13d68ab
Copilot Extend GatedRMSNorm with configurable silu/sigmoid gate activation
23048f84
Copilot Extend NGramHashMapping with past/present tokens, EOS reset, segment_…
a17b7a2a
Copilot Extend EngramGate with conv_norm_scale input and gated_value_normed o…
1e8ad6c7
Copilot Update Engram generated kernel docs
751a6d07
Copilot Format Qwen Engram updates
410de129
Copilot Update Qwen PR for merged DeepSeek Engram changes
f7dda340
Copilot Fix EngramGate test MSVC shadow warning
d49cbdea
Copilot Update generated contrib operator docs
bee74479
Copilot Fix CUDA plugin user stream graph test lifetime
dcf54dc4
Copilot Add GatherQuantized contrib op (CPU EP) for FP8 block-scaled gather
a132d055
Copilot Rename GatherQuantized to GatherFpQuantized and add FP4 (Float4E2M1x2…
39ba0cc7
Copilot Document GatherFpQuantized in ContribOperators.md and OperatorKernels.md
c7f63c3e
Copilot Add eos_token_id segment-reset to NGramHashMapping (CPU/CUDA/WebGPU)
0095b3ba
Copilot Apply lintrunner formatting fixes
0fb86e8c
Copilot Support broadcastable (per-tensor) scales in GatherFpQuantized
e661b8a8
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
188cf5d5
copilot-swe-agent copilot-swe-agent assigned copilot-swe-agent copilot-swe-agent 7 days ago
copilot-swe-agent copilot-swe-agent assigned kunal-vaishnavi kunal-vaishnavi 7 days ago
azure-pipelines
kunal-vaishnavi kunal-vaishnavi changed the base branch from main to copilot/add-op-support-for-qwen-3-8-flash-next 7 days ago
kunal-vaishnavi kunal-vaishnavi marked this pull request as ready for review 7 days ago
kunal-vaishnavi kunal-vaishnavi requested a review 7 days ago
kunal-vaishnavi kunal-vaishnavi changed the title Merge PR #32285 (Qwen3.8 flash op support) into research branch test 7 days ago
kunal-vaishnavi kunal-vaishnavi changed the title test Add GatherFpQuantized contrib op and stack Qwen3.8-Flash NGramHashMapping work on PR #32285 7 days ago
copilot-swe-agent copilot-swe-agent requested a review from kunal-vaishnavi kunal-vaishnavi 7 days ago
Copilot Merge remote-tracking branch 'origin/main' into copilot/add-op-suppor…
e9b317b0
kunal-vaishnavi kunal-vaishnavi changed the title Add GatherFpQuantized contrib op and stack Qwen3.8-Flash NGramHashMapping work on PR #32285 Add GatherFpQuantized contrib op 7 days ago
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
26d11e77
copilot-swe-agent copilot-swe-agent requested a review from copilot-pull-request-reviewer copilot-pull-request-reviewer 7 days ago
copilot-pull-request-reviewer
copilot-pull-request-reviewer commented on 2026-09-08
Copilot Address PR review comments: guard FP8 tests, fix block_size validatio…
7a7f0cc7
Copilot Fix CI failures: WASM -Wshorten-64-to-32 in GatherFpQuantized kernel,…
c2a76dd3
Copilot Merge remote-tracking branch 'origin/main' into copilot/add-op-suppor…
d1d90dff
Copilot Merge remote-tracking branch 'origin/main' into copilot/research-onnx…
d2f974ec
Copilot Revert "Merge remote-tracking branch 'origin/main' into copilot/resea…
d41fbdb9
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
03ad2f9a
Copilot Remove GatedRMSNorm activation changes
f89b2a60
Copilot Merge remote-tracking branch 'origin/main' into copilot/add-op-suppor…
da2b6174
Copilot Resolve merge conflicts: rebuild tree onto latest copilot/add-op-supp…
b792d550
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
e961436a
tianleiwu
tianleiwu commented on 2026-09-11
Copilot Merge GatherFpQuantized schema into GatherBlockQuantized
038990ac
Copilot Add FP8/FP4 support to WebGPU GatherBlockQuantized
d678bd0c
Copilot Fix OpTester::Run excluded-provider type in migrated GatherBlockQuant…
359d32b7
github-actions
github-actions commented on 2026-09-12
Copilot Apply remaining changes
1b927f27
Copilot Fix WebGPU GatherBlockQuantized FP8/FP4 dtype and broadcast-scale han…
902685f3
kunal-vaishnavi kunal-vaishnavi changed the title Add GatherFpQuantized contrib op Add FP8/FP4 block-quantized support to GatherBlockQuantized contrib op 3 days ago
github-actions
github-actions commented on 2026-09-12
Copilot Remove stale GatherFpQuantized doc entries; merge into GatherBlockQua…
356d3ced
Copilot Apply remaining changes
388be7b6
Copilot Fix unrelated GEMM_FLOAT8_TYPES formatting drift flagged by bot review
b874d73a
Copilot Fix CI: exclude WebGPU from FP8/FP4 GatherBlockQuantized tests; fix s…
ef3ccd7d
tianleiwu tianleiwu requested a review from copilot-pull-request-reviewer copilot-pull-request-reviewer 2 days ago
copilot-pull-request-reviewer
copilot-pull-request-reviewer commented on 2026-09-13
Copilot Fix CUDA GatherBlockQuantized FP8/FP4 bugs and wire up kernel registr…
47f185a2
Copilot Fix WebGPU divide-by-zero, withhold FP8/FP4 type registration, adjust…
a46941fe
Copilot Fix CUDA build error: qualify TArray as onnxruntime::cuda::TArray in …
82ebc35f
tianleiwu
tianleiwu commented on 2026-09-14
apsonawane
apsonawane commented on 2026-09-14
apsonawane
apsonawane commented on 2026-09-14
apsonawane
apsonawane commented on 2026-09-14
apsonawane
apsonawane commented on 2026-09-14
Copilot Address GatherBlockQuantized review feedback
0477f8cb
github-actions
github-actions commented on 2026-09-14
Copilot Handle empty tensors and high-rank WebGPU scales
dc04cd65
Copilot Restore canonical schema macro formatting
2a9e812f
Copilot Apply remaining changes
ff695e18
Copilot Merge remote-tracking branch 'origin/main' into copilot/add-op-suppor…
fac8b712
Copilot Clean up generated docs whitespace
34502f96
Copilot Remove NGramHashMapping docs trailing whitespace
e5f2b154
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
1dfac6db
Copilot Clean up NGramHashMapping review fixes
33b8c7db
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
a853e5df
tianleiwu
tianleiwu requested changes on 2026-09-14
Copilot Fix NGramHashMapping shape inference docs
c0a37f42
Copilot Fix GatherBlockQuantized CI failures
dc635dad
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
b063ff7b
Copilot Update generated contrib docs
a03c05ac
Copilot Merge remote-tracking branch 'origin/copilot/add-op-support-for-qwen-…
4a58ce19
Copilot Sync target and fix formatting
afe56885
Copilot Fix WebGPU FP8 lookup shader
8d992e80
Base automatically changed from copilot/add-op-support-for-qwen-3-8-flash-next to main 18 hours ago
tianleiwu
tianleiwu approved these changes on 2026-09-15
apsonawane
apsonawane approved these changes on 2026-09-15
tianleiwu tianleiwu merged aad07ef2 into main 16 hours ago
tianleiwu tianleiwu deleted the copilot/research-onnx-runtime-support branch 16 hours ago

Login to write a write a comment.

Login via GitHub

Labels
Milestone