onnxruntime 1.30.0 - #304050
Merged
Merged
onnxruntime 1.30.0#304050
Conversation
Member
|
daeho-ro
force-pushed
the
bump-onnxruntime-1.30.0
branch
from
September 12, 2026 17:05
23d156d to
4811655
Compare
stefanb
approved these changes
Sep 12, 2026
Drop the Fedora static registration workaround: onnxruntime 1.30.0 (microsoft/onnxruntime#32353) only registers the ONNX schemas itself when `onnx` was built with static registration disabled, so with the runtime switch forcing the static registrar off nobody registered them and every model failed with `No Op registered for Mul with domain_version of 7`. Upstream now skips the duplicate registration on its own.
daeho-ro
force-pushed
the
bump-onnxruntime-1.30.0
branch
from
September 13, 2026 02:40
4811655 to
6650fdd
Compare
p-linnane
approved these changes
Sep 13, 2026
Contributor
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Warning:
pytorch_cpuinfowas downgraded to match the latest upstream version.release notes
Announcements & Compatibility
-Donnxruntime_USE_FP4_QMOE=OFF(#32096, #32163).block_size=32. Set-Donnxruntime_USE_FPA_INTB_GEMM_FULL=ONwhen building from source to retain the full kernel set, including BF16, zero-point, bias, larger-block-size, and native Hopper variants (#32324).GemmandMatMulexecution is gated on hardware acceleration. CPU-assigned FP16 nodes without a matching kernel now fall back to FP32 (#32301, #32197).Security & Reliability
Model Loading, Memory, and Input Validation
Split,Scan,GatherND,ScatterND,SpaceToDepth/DepthToSpace,Crop,Conv,Normalizer, and pooling (#29461, #31668, #32034, #32039, #32076, #32157, #32160, #32161, #32345, #32349).BifurcationDetectorinputs, generation subgraph shapes, and QEmbed segment inputs. BeamSearch buffer expansion now uses dynamic shape storage (#31648, #31701, #32009, #32078, #32144).TreeEnsemblenode references and bounded subtree comparison, rejected non-finite CPURoiAligncoordinates, and requiredImageScalerbias to match the channel count (#32031, #32043, #32011, #32002).MatMulFpQ4shape inputs, and checked MLAS blockwise quantization/dequantization index ranges (#31682, #32032, #32007).GPU Bounds and Resource Lifetimes
MatMulNBits,RemovePadding,RotaryEmbedding,SparseAttention, Whisper beam search, NMS, QDQ, andGatherElements(#31643, #31994, #31995, #31996, #31998, #32014, #32029, #32030).CudaAsyncBufferstaging storage alive across CUDA graph replay (#31968, #32121).Dependencies and Tooling
js-yaml,joi,fast-uri, and the Next.js end-to-end fixture (#32397, #32486, #32488, #32505, #32508).New Features
Core APIs & Runtime
KernelContext::GetPreallocatedOutput(#29726, #32089).EngramGateandNGramHashMapping, and expanded kernel coverage for Qwen-3.5 operators (#32268, #32106).Plugin Execution Providers
Execution Provider Updates
CUDA EP
Attention and Decoding
is_causalattribute toPagedAttention(#32515, #32225).VarlenCausalConvWithStatefor continuous batching and compact variable-length causal-convolution state updates (#32168, #32290).GatedDeltaNetoperator and BFloat16 support for CUDA GatedDeltaNet (#32282, #32307).MoE and Quantized Matrix Multiplication
ORT_QMOE_FP4_DEEPGEMM=1, default off). This path is disabled on Windows (#32122, #32485).MatMulshapes and refined fpA-intB GEMV support checks (#31478, #32338).Operators
TopK,ArgMax, andArgMinperformance for wide last axes, and accelerated low-lane INT64CumSum(#32404, #32092, #32238).Slicefast path for contiguous subregions and removed pinned-buffer use fromSplitandConcatfast paths (#28902, #32410).ReduceMeankernels and fixedScatterElementsreduction dispatch by element type and signed-zero handling inAbs(#32326, #29879, #31477).WebGPU EP
Gathersupport and optimized MatMulNBits wide tiles with subgroup shuffle (#31714, #31703).Splitwhen all output segments are vec4-aligned, and selected pooling paths based on occupancy (#29820, #32251, #32313).onnxruntime_perf_test -ioptions to WebGPU (#32074, #31971, #32316).GPUDeviceinstances, corrected MatMul pipeline-cache keys and the 1D-dispatch shader fast path, and changedcopy_tensorsmisuse to report errors instead of terminating the process (#32259, #32048, #32343, #32315).WebNN EP
SkipLayerNormalizationsupport and corrected output-rank validation and fallback data-type support checks (#32377, #31708, #32067, #32293).TensorRT & DirectML
kernel_shapeandoutput_paddinglengths during DirectML kernel setup (#31999).CPU & Core Optimizations
MLAS and CPU Kernels
QuantizeLinearrounding, prevented CPUTensorScatterindex overflow, serializedScatterNDstring updates, and widenedCompressloop counters (#32452, #32012, #32033, #32008).LpNormalizationinputs, zero-elementBiasGelu/FastGelu, extremeTriludiagonals, and empty reduction axes (#32020, #31698, #32013, #32156).Graph, Optimizer, and Runtime
Slicestarts rank (#31670, #31678, #32018, #32044).Gemm(#32038, #32143, #32426, #32435).NodeAttrHelperstring-default lifetimes (#32051, #32138, #32019).Env, and clarified how external-initializer paths interact with EP context paths (#32502, #32503, #32442).Language Bindings & Web
RunAsyncarguments until completion (#32041, #32015).Conv3DNaiveshader (#32469, #32357).Build, Packaging & CI
Contributors
Thanks to our 57 human contributors for this release!
@4n4ny4, @apsonawane, @arnej27959, @baijumeswani, @bmehta001, @chilo-ms, @crvineeth97, @daijh, @danfiedler-msft, @danielsongmicrosoft, @dannyota, @DKAIN-py, @edgchen1, @ericcraw, @eserscor, @fanchenkong1, @hanbitmyths, @hariharans29, @hdharpure9922, @Honry, @jambayk, @javier-intel, @jchen10, @jiafatom, @jnagi-intel, @justinchuby, @kadyrbekovhamit-cyber, @kunal-vaishnavi, @Lapis0x0, @LOGO127, @Manogna-Sree, @martin-klacer-arm, @mei1127, @miaobin, @mirounga, @miyanyan, @MohamedElashri, @mustjab, @Nikhi00718, @Noperi0r, @Novestars, @pkubaj, @preetha-intel, @qjia7, @rvandermeulen, @sanaa-hamel-microsoft, @skottmckay, @sushraja-msft, @swetha097, @sylvesterkaczmarek, @tianleiwu, @titaiwangms, @toothache, @xadupre, @xhcao, @xiaofeihan1, @Zestion
Full Changelog: rel-1.29.1...rel-1.30.0
Release highlights were prepared with AI assistance.
View the full release notes at https://github.com/microsoft/onnxruntime/releases/tag/v1.30.0.