v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • No history found for the specified link, bad link?

Keyboard: ← Previous   → Next
Not yet seconds ago
            False
        
Not yet seconds ago
Current erroring screenshot from most recent request

Triggered text Ignored text Blocked text

4 hours ago
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              microsoft / onnxruntime Public
              * Notifications You must be signed in to change notification settings
              * Fork 4.1k
                * Star 21.4k
          * Code
          * Issues 805
          * Pull requests 750
          * Discussions
          * Actions
          * Projects
          * Wiki
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights

        Releases: microsoft/onnxruntime

              Releases Tags
            Releases · microsoft/onnxruntime

                Release list

                    * ONNX Runtime v1.29.0
                    * ONNX Runtime WebGPU Plugin EP v0.2.1
                    * ONNX Runtime v1.28.0
                    * ONNX Runtime v1.27.1
                    * ONNX Runtime v1.27.0
                    * ONNX Runtime WebGPU Plugin EP v0.1.0
                    * ONNX Runtime v1.26.0
                    * ONNX Runtime v1.25.1
                    * ONNX Runtime v1.25.0
                    * ONNX Runtime v1.24.4
                    Previous Next
                Jump to release
                        * ONNX Runtime v1.29.0
                        * ONNX Runtime WebGPU Plugin EP v0.2.1
                        * ONNX Runtime v1.28.0
                        * ONNX Runtime v1.27.1
                        * ONNX Runtime v1.27.0
                        * ONNX Runtime WebGPU Plugin EP v0.1.0
                        * ONNX Runtime v1.26.0
                        * ONNX Runtime v1.25.1
                        * ONNX Runtime v1.25.0
                        * ONNX Runtime v1.24.4
                    Previous Next

                ONNX Runtime v1.29.0

                              ONNX Runtime v1.29.0 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tianleiwu released this 12 Aug 06:15
                              v1.29.0
                              2e2543f
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Announcements & Breaking Changes

                            * onnxruntime-web has announced the deprecation of WebGL and JSEP. The native WebGPU EP is the recommended path going forward. See the deprecation and migration plans for details (#29716, #31683).
                            * POSIX telemetry is now available on Linux, macOS, Android, and iOS when ONNX Runtime is built with telemetry enabled. It does not change the public ABI, WebAssembly remains telemetry-free, and setting ORT_DISABLE_TELEMETRY=1 before initialization disables non-Windows telemetry for the process (#27379, #29872).
                            * The unused internal onnxruntime/python/tools/tensorrt dashboard tooling was removed. This does not affect the TensorRT Execution Provider APIs (#29395).

                          Security Fixes

                          Path, bounds, and input validation

                            * Fixed a path traversal vulnerability in TensorRT and NvTensorRTRTX engine refitting by making external-data path validation unconditional (#29396).
                            * Validated the CPU MoE k attribute against the number of experts and fixed a CPU TensorScatter security issue (#29907, #29916).
                            * Added missing rank, shape, and parameter validation for pooling, LSTM and DynamicQuantizeLSTM, Sampling, FeatureVectorizer, SkipLayerNorm, QLinearConv, Whisper decoding, RNN activations, GridSample, contrib Range, and CropAndResize (#29254, #29255, #29265, #29579, #29595, #29605, #29871, #31636, #31671, #31675, #31676, #31684).
                            * Hardened CUDA indexing and buffer handling in GridSample, transpose, GatherBlockQuantized, InstanceNormalization, LayerNorm/RMSNorm, BeamSearch, DeformConv, AveragePool, and MaxPool (#29581, #29631, #29638, #31640, #31642, #31644, #31645, #31647, #31650).
                            * Fixed packed sub-byte tensor over-copying in OrtApi::GetValue and validated DML constant tensor byte sizes (#29157, #31665).

                          Supply chain and tooling

                            * Updated npm lockfiles, refreshed the Next.js end-to-end fixture lockfile for security advisories, and upgraded adm-zip for onnxruntime-node (#29827, #29926, #31192).

                          New Features

                          Core APIs & Runtime

                            * Default intra-op and inter-op thread-pool sizes can now be set with ORT_INTRA_OP_NUM_THREADS and ORT_INTER_OP_NUM_THREADS. Explicit thread settings still take precedence, and 0 preserves machine-sized defaults (#29688).
                            * Added weightless-model support for all initializer types, allowed zero-input EpContext nodes, and wired maximum-shape inference into workspace estimation (#29607, #29799, #31613).
                            * Added ONNX-domain support for rotary embedding and a fused MRotaryEmbedding contrib operator for Qwen mRoPE variants (#29261, #31728).
                            * Added multi-shape profiling to onnxruntime_perf_test through --data_shape, plus verbose graph-transformer tracing and broader inference-session error-path coverage (#29555, #29558, #29569, #29571).

                          Execution Provider ABI & Plugin EPs

                            * WebGPU now supports device-free compile-only sessions for offline graph transformation (#29681).
                            * Expanded CUDA plugin EP packaging and testing, including Windows ARM64 package and size options, updated package outputs, and aligned architecture selections across Python, C API, TensorRT, Node.js, and plugin packages (#31635, #31722, #31992).
                            * Improved plugin lifecycle handling by unloading failed EP library loads and fixing allocator-deleter lifetime (#29634, #29770).

                          Execution Provider Updates

                          NVIDIA CUDA EP

                          Attention and decoding

                            * Added PagedAttention with quantized KV cache, XQA decode, MLA, QK-Norm, and head-sink support (#29912).
                            * Extended quantized KV-cache support with attention sinks, independent and per-channel scales, sliding-window cache support, and a fused K/V dequantization launch (#29900, #29904, #31480).
                            * Added a cuDNN SDPA decode tier to the standard ONNX Attention CUDA kernel and enabled cuDNN SDPA for contrib Attention (#29715, #29717).
                            * Added attention_bias support to the GroupQueryAttention unfused path and state_window support to LinearAttention and CausalConvWithState for MTP (#29525, #31157).
                            * Fixed LinearAttention on GPUs with limited shared memory (#31982).

                          MoE and quantized GEMM

                            * Added NVFP4 QMoE, including native FP4xFP4 prefill on SM120, faster decode GEMV, fused routing/finalization paths, and reduced activation and weight-dequantization overhead (#29697, #29824, #29887, #29919, #31156, #31159, #31349, #31479).
                            * Added MatMulBlockQuantizedFp4Weight and MatMulBlockQuantizedFp8Weight, plus block-scaled tensor-core/GEMV decode paths, packed FP4 decode, M-tiling, and folded W8A8 activation QDQ (#29818, #29850, #29896, #31155, #31481).
                            * Improved MatMulNBits and QMoE robustness and efficiency by optimizing 8-bit dequantization, releasing raw MXFP4 initializers after prepack, and fixing subgraph prepacking and mixed FP8/FP4 build failures (#29852, #31141, #31154, #31350).

                          Operators and collectives

                            * Added LinearAttentionGate, GatedRMSNorm, and GatedAdd contrib operators (#31158, #31835).
                            * Added bfloat16 support to AllReduce, AllGather, and AllToAll (#31571).
                            * Fixed the default zero point in CUDA GatherBlockQuantized (#31693).

                          WebGPU EP

                            * Added DFT, HardSwish, Max/Min, Trilu, GRU, PRelu, MatMulBnb4, and MRotaryEmbedding support (#29454, #29587, #29828, #29833, #29840, [#29845](https://github.com/microsoft/...
                        Read more
                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                ONNX Runtime WebGPU Plugin EP v0.2.1

                              ONNX Runtime WebGPU Plugin EP v0.2.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              edgchen1 released this 30 Jul 01:36
                              plugin-ep-webgpu/v0.2.1
                              7f4a15b
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Highlights

                            * Major performance work for attention-heavy LLMs.

                                + FlashAttention decode kernels were fused and extended for any sequence length (#28389).
                                + FlashAttention prefill shared-memory path was generalized (#28520).
                                + Dynamic max_k_step was enabled for NVIDIA (#28511).
                                + QKV bias support was added for FlashAttention in MultiHeadAttention (#28380).
                                + M4 Max-specific FlashAttention optimization landed (#27780).

                            * Qwen3 and Gemma 4 model-path improvements.

                                + QKV and MLP fusions for Qwen3-style models (#28280).
                                + Q/K RMSNorm fusion into GroupQueryAttention for Qwen3-style models (#28484).
                                + Opset 24 and KV-shared decoder layer support for Gemma 4 (#28501).
                                + GroupQueryAttention now supports optional present-key/value outputs (#28242).

                            * LinearAttention and quantized-path optimizations.

                                + LinearAttention subgroup optimizations and larger tile_v with subgroup support (#28412, #28519).
                                + GatherBlockQuantized gained 2-bit support (#28530).

                            * Reliability and hardening fixes.

                                + Fixes for out-of-bounds read risks in GatherBlockQuantized and Pad (#28718, #28721).
                                + Fix for past_state == present_state buffer handling (#28753).
                                + Fixes in QMoE numerical stability and SkipSimplifiedLayerNormalization bias behavior (#28434, #28427).
                                + ConvTranspose weight shape validation improvement (#28524).

                            * Graph-capture and buffer-management improvements.

                                + Per-graph buffer manager and session-level buffer pool updates for graph capture reuse (#28260, #28761).

                          Note: This section was AI-generated. It may have inaccuracies.

                          Contributors

                          Thanks to everyone who contributed to the WebGPU EP (human contributors, alphabetical):

                          @apsonawane, @daijh, @edgchen1, @feich-ms, @GopalakrishnanN, @guschmue, @hariharans29, @HectorSVC, @jchen10, @qjia7, @tianleiwu, @xiaofeihan1, @xenova, @yuslepukhin.

                          Note: This list was compiled on a best-effort basis from PRs that touched WebGPU EP-specific paths and
                          intentionally includes human contributors only, so it may not capture every contribution. If yours was
                          missed, the omission is unintentional. Your work is no less appreciated.

                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🚀 2 josephrocca and thoven87 reacted with rocket emoji
                                All reactions
                                  * 🚀 2 reactions
                              2 people reacted

                ONNX Runtime v1.28.0

                              ONNX Runtime v1.28.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tianleiwu released this 25 Jul 05:27
                              v1.28.0
                              da9b5e3
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Announcements & Breaking Changes

                            * Upgraded to ONNX 1.22.0 and protobuf 6.33.5 (#28754, #29606, #28967). Graph optimizer opset version checks were updated accordingly (#28966).
                            * cuDNN and cuFFT are now optional at runtime for the CUDA EP, and nvrtc is no longer linked, which significantly reduces the required CUDA redistributable footprint (#29252, #29808, #29705, #29620).
                            * An experimental C/C++ API surface was introduced. OrtModelPackageApi now lives in the experimental C API and may change in future releases (#28746, #29142, #28990).
                            * Deprecated / removed:
                                + SkipLayerNorm strict mode is deprecated (#29388).
                                + The TensorRT fused causal attention kernels were removed from the CUDA EP (#29143).
                                + The dynamic WGSL generator (duktape/Node) path was removed in favor of the Python wgsl-gen implementation (#29141, #28355).
                                + CUDA_QUANT_PREPROCESS is off by default (#29687).
                            * NPM packages are now published from the CUDA 13 pipeline (#28773).
                            * The CUDA 12.8 package architecture list was refreshed for this release (#29711).

                          Security Fixes

                          Memory safety & input validation

                            * Hardened the ORT FlatBuffer model loader against malformed buffers, and removed now-redundant table offset validation (#28186, #29068)
                            * Fixed type confusion in raw-pointer bind_input causing an out-of-bounds write (#28839)
                            * Fixed out-of-bounds pointer in TensorAt for sub-byte packed types (#28973)
                            * Fixed arbitrary memory read, out-of-bounds dereference, and other OOB accesses in kernels (#28991, #29011, #29012, #29014)
                            * Validated Col2Im inputs to prevent heap over-read (#28706)
                            * Hardened CropAndResize against malformed crop_size tensors (#28766)
                            * Validated BeamSearch vocab_size against logits width (#28774)
                            * Fixed bounds in WhisperDecoderSubgraph::CreateInitialFeeds (#29239)
                            * Validated SparseAttention CSR indices/key lengths and rejected zero-dimension block_row_indices (#29015, #29242)
                            * Clamped derived sequence lengths and KV-cache index in CUDA GroupQueryAttention, and fixed a CPU GQA out-of-bounds read in the past-KV buffer (#29240, #29447)
                            * Clamped 1D attention mask_index to valid bounds (#29449)
                            * Validated MaxpoolWithMask kernel rank against input spatial rank (#29253)
                            * Rejected CUDA BERT EmbedLayerNorm/SkipLayerNorm shapes exceeding 32-bit output indexing (#29264)
                            * Fixed the optional-output guard in DecoderAttention/MultiHeadAttention shape inference and negative-axis handling in ExpandDims shape inference (#29268, #29448)
                            * Fixed TreeEnsemble target id validation and added input validation to LinearClassifier (#29293, #29060)
                            * Fixed DynamicQuantizeLSTM zero-point/scale validation typos (#29462)
                            * Handled non-trivially-copyable types in Loop/Scan output concatenation (#29397)
                            * Normalized bool tensor raw_data to {0, 1} on unpack (#29238)
                            * Addressed hardening gaps in Resize, PadFusion, and LoRA handling (#28779, #28780, #28801)
                            * Fixed unbounded lifetime on WithOutputTensor in the Rust bindings (#29251)

                          Integer overflow & allocation size

                            * Guarded MlasConvPrepare working-buffer products and ConvTranspose pad computation with SafeInt (#29444, #29446)
                            * Fixed signed-int overflow in SamplingState::Init that could cause a heap buffer overflow (#29443)
                            * Hardened QMoE against integer overflow and partial K tiles (#29067)
                            * Validated B/scales/zero-points shape in MatMulNBits::PrePack (#29445)
                            * Pre-checked ConstantOfShape output size against the input initializer before constant folding (#28751)
                            * Fixed integer overflow in RKNPU implicit bias allocation (#29249)
                            * Fixed WebGPU out-of-bounds reads in Pad (int64/int32 truncation), Slice, and GatherBlockQuantized (#28721, #28704, #28718)

                          Supply chain & tooling

                            * Updated protobuf to mitigate CVE-2026-0994 and bumped ONNX/protobuf to fix additional CVEs (#28967, #29606)
                            * Avoided shell injection in the training helper and switched Triton compile helpers to subprocess (#28776, #28775)
                            * Validated archive extraction paths in the transformers tooling (#28777)
                            * Validated and inlined external data in node tensor attributes during session initialization (#29250)
                            * Enabled Spectre-mitigated MSVC libraries for BinSkim builds (#29624)
                            * Bumped npm dependencies: shell-quote, esbuild, tmp, ws, protobufjs, js-yaml, tar, markdown-it, @babel/core (#29022, #29044, #29055, #29057, #29061, #29062, #29063, #29079, #29090, #29156)

                          New Features

                          Execution Provider ABI & Plugin EPs

                            * Model Package support Phase 2, plus authoring tools, schema versioning, and folding external_data into session options (#28271, #28989, #29501)
                            * Added an API to select the best compiled-model compatibility info from candidate strings (#28387)
                            * Added crypto support: applications can supply I/O callbacks to an EP, with callback and fallback helpers (#28624)
                            * Implemented name-based partitioning with accompanying documentation (#28903)
                            * Added Linux NPU discovery through sysfs accel devices (#28703)
                            * Relaxed CompileModel validation to accept zero-input OrtModel graphs (#28771)
                            * CUDA plugin EP: user compute stream with CUDA graph, kernel sync stream exposed for scratch allocation, and Windows ARM64 packages (#29221, [#29244](https://github.com/microsoft/onnxruntime/...
                        Read more
                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 1 nietras reacted with thumbs up emoji 🎉 2 lucka-me and mertalev reacted with hooray emoji
                                All reactions
                                  * 👍 1 reaction
                                  * 🎉 2 reactions
                              3 people reacted

                ONNX Runtime v1.27.1

                              ONNX Runtime v1.27.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tianleiwu released this 11 Jul 01:11
                              v1.27.1
                              df2ba1c
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          This is a patch release on top of v1.27.0, containing targeted bug fixes, a CUDA QMoE decode-path optimization, and CI/build infrastructure fixes.

                          Bug Fixes

                            * [MLAS] Fixed an igemm regression in the KleidiAI path (#28571)
                            * Fixed a QMoE CPU livelock by eliminating nested intra-op parallelism (#29081)
                            * Fixed a regression in graph-capture session initialization that rejected an empty graph (#29457)
                            * Fixed CustomOp forward compatibility by capping the version instead of rejecting it (#29574)

                          Performance

                          NVIDIA CUDA EP

                            * Added a QMoE GEMV fast path for batch-1 decode (#29038)

                          CI & Build Infrastructure

                            * Fixed an incorrect identity for azcopy (#29274)
                            * Fixed a brew install applesimutils failure by trusting the wix/brew tap (#29450)
                            * Upgraded to Xcode 26 (#29468)
                            * Stopped echoing the command when setting a VSO variable in mac-cpu-packing-jobs.yml (#29575)
                            * Fixed the web e2e (npm/vite) and Python DML CI pipelines (#29609)

                          Contributors

                          Thanks to our 8 contributors for this release!

                          @tianleiwu, @chilo-ms, @edgchen1, @adrastogi, @damdoo01-arm, @JonathanC-ARM, @martin-klacer-arm, @sanaa-hamel-microsoft

                          Full Changelog: v1.27.0...v1.27.1

                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 4 asphum, nietras, suapapa, and ericmdawson1993 reacted with thumbs up emoji
                                All reactions
                                  * 👍 4 reactions
                              4 people reacted

                ONNX Runtime v1.27.0

                              ONNX Runtime v1.27.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sanaa-hamel-microsoft released this 19 Jun 21:11
                              v1.27.0
                              8f0278c
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          n.b. This release is targeting ONNX 1.21. ONNX 1.22 will be supported in ORT 1.28.
                          n.b. This changelog was generated via LLM. Only the contributor list has been verified. As always, only trust the commit history.

                          Announcements & Breaking Changes

                            * CUDA 12 package files are now explicitly named as such.
                            * CUDA 12 packages are deprecated, please move to CUDA 13 ASAP.

                          Security Fixes

                            * Fixed out-of-bounds read in SoftmaxCrossEntropyLoss via label bounds validation (#28004)
                            * Hardened OneHot input validation and output-size computation (#28014)
                            * Added SafeInt overflow protection in Expand and capped constant-folding output sizes (#28055)
                            * Bounded total output allocation size in Tile kernel (#28070)
                            * Added mask/input shape consistency checks in MaxpoolWithMask::Compute (#28223)
                            * Fixed BitShift UB for shift amounts greater than or equal to bit width (#28272)
                            * Validated sequence bounds in GQA (seqlens_k vs cos_cache) (#28277)
                            * Validated conv bias shape in WordConvEmbedding to prevent OOB reads (#28279)
                            * Fixed int32 overflow in CUDA Cast and UnaryElementWise kernels for very large tensors (#28386)
                            * Fixed out-of-bounds read in CropBase scale handling (#28399)
                            * Fixed rank-underflow bug in Inverse kernel trailing-dimension indexing (#28400)
                            * Added sparse tensor external file path validation and additional external-path hardening (#28408, #28709, #28725)
                            * Switched remaining torch.load() calls to weights_only=True (#28421)
                            * Added CPU cache-indirection beam-index validation (#28486)
                            * Added additional overflow/bounds checks and test coverage in runtime buffers (#28713, #28747)

                          New Features

                          Execution Provider Plugin API

                            * Added zero-copy I/O for plugin EPs with HOST_ACCESSIBLE memory (#28037)
                            * Added OrtEp::OnSessionInitializationEnd() callback (#28319)
                            * Added plugin EP session-options getters (#28377)
                            * Added CUDA Plugin EP provider options for streams and external allocators (#28603)

                          Core APIs & Runtime

                            * Added support for ONNX overloaded functions (IR v10+) (#28275)
                            * Added FLOAT8E8M0 datatype support in ONNX Runtime (#28381)
                            * Added CPU Cast support for FLOAT8E8M0 (#28435)
                            * Added kOrtEpDevice_EpMetadataKey_OSDriverVersion example and docs (#28282)

                          Quantization & Training Tooling

                            * Added calibration cache support to quantize_static (#28221)
                            * Added ActivationRestrictedAsymmetric quantization option (#28237)
                            * Added opset-21 block_size attribute support to QDQ quantization (#28522)
                            * Added CPU fallback for FusedAdam optimizer in ORT Training (#28233)

                          Execution Provider Updates

                          NVIDIA CUDA EP

                            * Added ConvTranspose-22 support (#27710)
                            * Filled CUDA opset gaps for LSTM, RNN, Reshape, Cast, Round/Equal, ReduceMax/ReduceMin, Sin/Cos, and Random* ops (#27737, #27743, #27742, #27744, #27754, #27755, #27756, #27759)
                            * Added LpNormalization support for CUDA EP (#28724)
                            * Added chunked dequant+GEMM for MatMulNBits to reduce peak GPU memory (#28712)
                            * Added QMoE tests for standard swiglu and improved decode-path routing/softmax kernels (#28741, #29026)
                            * Fixed CUDA Attention dispatch mismatch for GQA head-size cases (#28358)
                            * Fixed CUTLASS FMHA bias-loader alignment on unaligned kernel path (#28369)

                          WebGPU EP

                            * Added LSTM support on WebGPU (#27881)
                            * Added per-graph buffer manager for multi-graph capture (#28260)
                            * Added QKV and MLP layer fusions for Qwen3-style models (#28280)
                            * Added QKV bias support in FlashAttention for MultiHeadAttention (#28380)
                            * Added shader dump-to-file environment variable and nightly validation checks (#28674)
                            * Added opset-24 + KV-shared decoder support (Gemma 4) (#28501)
                            * Performance improvements: FlashAttention M4 Max optimization and subgroup-based LinearAttention tuning (#27780, #28412, #28519, #28520)
                            * Fixed numerical and correctness issues in QMoE, LayerNorm/SkipLayerNorm, and MatMul bias indexing (#28427, #28434, #28475)

                          CoreML EP

                            * Added support for pre-opset-13 Split (split attribute path) and scalar Gather indices (#28270, #28278)
                            * Added FusedConv, Identity, Ceil, Tile, Cast(bool), Sin, Cos, and GatherND support (#28289, #28293, #28595, #28596, #28598)

                          TensorRT / DML / QNN

                            * Improved TensorRT RTX compatibility (multi-GPU tests, API guards, and subgraph fixes) (#27837, #28361, #28611, #28503)
                            * Added diagnostics for DML failure paths (#28495)
                            * Updated QNN ETW log level rule handling (#27593)

                          Web & JavaScript

                          JavaScript / Node.js

                            * Updated JavaScript dependencies (next, postcss, tmp, qs, body-parser, and other npm packages) (#27705, #27894, #28304, #28547, #28644, #28683, [#28694]

                          CPU & Core Optimizations

                          MLAS / Quantization / Attention

                            * Added NHWC convolution path in MLAS to reduce transpose overhead (#26834)
                            * Added CPU QMoE 2-bit support and LUT GEMM fast path (#28185)
                            * Added quantized KV-cache support for CPU GroupQueryAttention with SIMD optimizations and tiled compute (#28576, #28578, #28606, #28695)
                            * Added RVV-optimized NCHWc convolution/pooling and LLM operators for RISC-V (#28411, #28518)
                            * Paralleli...
                        Read more
                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🚀 11 K3V1991, josephrocca, mikinko, NairoDorian, onuralpszr, tairenpiao, Noksispacking, wani3327, SakuraMathcraft, ajile-in, and LoveProgrammingMint reacted with rocket emoji
                                All reactions
                                  * 🚀 11 reactions
                              11 people reacted

                ONNX Runtime WebGPU Plugin EP v0.1.0

                              ONNX Runtime WebGPU Plugin EP v0.1.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              edgchen1 released this 29 May 17:53
                              plugin-ep-webgpu/v0.1.0
                              d2ede0a
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          We're excited to ship the first release of the WebGPU Execution Provider as a plugin EP for ONNX Runtime. Instead of being baked into the core onnxruntime binary, the WebGPU EP is now distributed as a standalone artifact that registers with an existing ONNX Runtime installation at runtime.

                          Highlights

                            * Broad operator coverage on WebGPU. Native WebGPU kernels for the operators needed by common transformer, vision, and generative workloads — including Conv variants, MatMul/Gemm, normalizations, attention (Attention, MultiHeadAttention, GroupQueryAttention), rotary embeddings, quantized matmul, quantized Mixture-of-Experts (QMoE), and more. See the Operator coverage section below for a summary.
                            * Quantized & accelerated kernels. DP4A and subgroup-matrix MatMulNBits, a FlashAttention kernel, and vendor-optimized Intel MatMul/Gemm paths. See the Performance features section below.
                            * Plugin EP packaging. WebGPU support now ships as a separate, independently versioned library (onnxruntime_providers_webgpu) that plugs into a compatible ONNX Runtime (1.24.4 or newer) at runtime. Users can adopt WebGPU acceleration without switching their core ORT package, and the EP can iterate on its own cadence.
                            * Cross-platform native binaries for Windows x64/arm64 (bundled with dxil.dll / dxcompiler.dll), Linux x64, and macOS arm64.
                            * Language packages.
                                + Python: onnxruntime-ep-webgpu wheel, installed alongside the onnxruntime package, registered via onnxruntime.register_execution_provider_library(...). See package page for details on installation and usage.
                                + .NET: Microsoft.ML.OnnxRuntime.EP.WebGpu NuGet package, referenced alongside Microsoft.ML.OnnxRuntime, registered via OrtEnv.RegisterExecutionProviderLibrary(...). See package page for details on installation and usage.

                          Operator coverage

                          The WebGPU EP registers kernels for the majority of ONNX standard-domain operators used by mainstream model architectures, plus a curated set of com.microsoft contrib operators. Highlights by category:

                            * Math, normalization & reduction: MatMul, Gemm, Softmax, LayerNormalization, RMSNormalization, InstanceNormalization, BatchNormalization, LpNormalization, unary/binary elementwise ops, all standard reductions (ReduceMean, ReduceSum, ReduceMax, ...), CumSum, Einsum, TopK, ArgMax/ArgMin.
                            * Neural network: Conv, ConvTranspose, MaxPool/AveragePool (and Global* variants), plus a FusedConv contrib op.
                            * Tensor manipulation: Transpose, Reshape, Slice, Concat, Split, Gather/GatherElements/GatherND, ScatterElements/ScatterND, Pad, Tile, Cast, Resize, GridSample, Where, Flatten, Squeeze, Identity, Shape, and more.
                            * Transformer / LLM contrib ops: Attention, MultiHeadAttention, GroupQueryAttention, RotaryEmbedding, SkipLayerNormalization, SkipSimplifiedLayerNormalization, SimplifiedLayerNormalization, BiasAdd, BiasGelu, BiasSplitGelu, FastGelu, Gelu, QuickGelu, CausalConvWithState, LinearAttention.
                            * Quantization: DequantizeLinear, MatMulNBits (with DP4A and subgroup-matrix paths), GatherBlockQuantized, QMoE.

                          For the authoritative list, see the kernel registrations in webgpu_execution_provider.cc and webgpu_contrib_kernels.cc.

                          Performance features

                            * DP4A and subgroup-matrix MatMulNBits paths for accelerated quantized matmul on supported hardware.
                            * FlashAttention kernel for attention-heavy workloads.
                            * Intel-optimized MatMul/Gemm code paths for improved performance on Intel GPUs.
                            * Program caching to amortize shader compilation costs across runs.
                            * Optional PIX frame capture and WebGPU profiler integration for performance investigation.

                          Known limitations

                            * Platform support in this release is limited to the platforms listed above (no mobile, no Linux arm64, no macOS x64).

                          Acknowledgments

                          This initial release is the result of contributions from engineers at Microsoft, Intel, and the broader community. Thank you to everyone who built, reviewed, and tested the WebGPU plugin EP — including (in alphabetical order):

                          @aciddelgado, @adrastogi, @adrianlizarraga, @chilo-ms, @daijh, @derdeljan-msft, @edgchen1, @eserscor, @feich-ms, @fs-eire, @guschmue, @HectorSVC, @ingyukoh, @jchen10, @jiangzhaoming, @Jiawei-Shao, @jing-bao, @justinchuby, @kunal-vaishnavi, @mindest, @prathikr, @qjia7, @satyajandhyala, @shaoboyan091, @sheetalarkadam, @skottmckay, @snnn, @sushraja-msft, @tianleiwu, @titaiwangms, @TomCrypto, @vraspar, @wenqinI, @xenova, @xhcao, @xiaofeihan1, @yuslepukhin.

                          Special thanks to the Intel team for the vendor-optimized MatMul/Gemm kernels.

                          Note: This list was compiled on a best-effort basis from PRs that touched WebGPU EP-specific paths, so it may not capture every contribution. If yours was missed, the omission is unintentional — your work is no less appreciated.

                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              ❤️ 3 skottmckay, onuralpszr, and laurens-pilot reacted with heart emoji 🚀 14 Sayemahamed, Winterhart, mertalev, fs-eire, AnhelinaM, curtis18, jocelyn-stericker, laclouis5, rozeroze997-max, onuralpszr, and 4 more reacted with rocket emoji
                                All reactions
                                  * ❤️ 3 reactions
                                  * 🚀 14 reactions
                              15 people reacted

                ONNX Runtime v1.26.0

                              ONNX Runtime v1.26.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sanaa-hamel-microsoft released this 08 May 19:24
                              v1.26.0
                              8c546c3
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          n.b. The following was generated via LLM from Git history. Only the contributor list has been verified.

                          Announcement - Breaking Changes

                            * Support for CUDA 12 will be removed in 1.27.0.
                                + CUDA 13 will continue to be published as onnxruntime-<os>-<arch>-gpu_cuda13-<version>.<ext>
                            * CUDA runtime will be moving soon to a dedicated Execution Provider (EP) instead of a published package from ORT core.

                          Highlights

                            * Added optional memory mapping for .ort model loads (#28164).
                            * Added RISC-V Vector (RVV) support for CPU EP (#28261).
                            * OpenVINO EP upgraded for 1.26.0 development release (#28297).
                            * WebGPU gained GridSample support (#28264) and Split-K improvements (#28151).
                            * CUDA plugin EP gained graph support (#28002), profiling API (#28216).

                          Security and Reliability Hardening

                            * Replaced unrestricted Python setattr configuration with an allowlist (#28083).
                            * Hardened multiple OOB and overflow scenarios across ML and core ops:
                                + Attention mask index OOB write (#27789).
                                + MaxPoolGrad indices bounds validation (#27903).
                                + SVM and TreeEnsemble bounds/security fixes (#27950, #27951, #27952, #27989).
                                + RNN sequence_lens OOB read and integer overflow handling (#28052, #28003).
                                + GroupQueryAttention seqlens_k bounds validation and compatibility follow-up (#28031, #28259).
                                + MatMulBnb4 and ML coefficient SafeInt checks (#27995, #28001).
                                + CUDA Gather int32 overflow fix (#28108).
                                + GridSample float->int64 cast hardening for NaN/Inf/out-of-range coords (#28302).
                            * Fixed session logger use-after-free during EP teardown under verbose logging (#28274).

                          CUDA, Attention, and MLAS

                            * Filled CUDA opset/operator gaps and extended support:
                                + Transpose opset 23 -> 25 (#27740).
                                + QuantizeLinear/DequantizeLinear opset 25 (#28046).
                                + CUDA TopK INT8/INT16/UINT8 support (#27862).
                                + LabelEncoder CUDA support for numeric types (#28045).
                            * Attention/GQA improvements:
                                + Fixed ONNX Attention min-bias alignment crash on SM<80 and masked-batch NaN behavior (#27831).
                                + Added FP32 QK accumulation path for unfused GQA attention (#28198).
                                + Added CUDART_VERSION reduction compatibility in GQA attention (#28296).
                                + Fixed CUDA 13 build error in GQA unfused attention (#28309).
                                + PagedAttention fallback for SM<80 fp16 (#28200).
                            * MLAS updates:
                                + FP16 Gelu enablement (#26815).
                                + Arm64 BF16 fast-math conv kernels for NCHW/NCHWc paths (#27878).

                          WebGPU, WebNN, and JavaScript

                            * WebGPU feature and correctness updates:
                                + Added GridSample (#28264).
                                + Split-K support for batch size > 1 (#28151).
                                + MatMulNBits refactor and batching improvements (#28109, #28197).
                                + MHA correctness fix when present outputs are not requested (#28027).
                                + Buffer upload overflow fix (#27948).
                                + Position ID bounds validation in WebGPU/JS RotaryEmbedding (#28214).
                            * WebNN change:
                                + Renamed pool2d property roundingType -> outputShapeRounding (#28172).
                            * JavaScript ecosystem maintenance:
                                + Multiple dependency bumps.

                          Plugin EP and EP Ecosystem

                            * CUDA plugin EP:
                                + Graph capture/replay support ported and expanded (#27958, #28002).
                                + Sync support for IOBinding (#27919).
                                + Profiling API implementation (#28216).
                                + Resource accounting integration (#28028).
                            * WebGPU plugin EP:
                                + Pipeline updates and API init error handling fixes (#28121, #28211).
                            * Other EP updates:
                                + CoreML: HardSigmoid and QuickGelu support; Pad reflect support/fixes (#28182, #28184, #28073, #28062).
                                + NvTensorRTRTX compatibility and diagnostics updates (#28263, #27577).
                                + QNN file-mapping guard improvements (#27871).

                          Contributors

                          @tianleiwu, @yuslepukhin, @edgchen1, @vraspar, @hariharans29, @skottmckay, @eserscor, @xadupre, @sanaa-hamel-microsoft, @elwhyjay, @Rishi-Dave, @titaiwangms, @adrianlizarraga, @jatinwadhwa921, @jchen10, @Jiawei-Shao, @maxwbuckley, @preetha-intel, @qjia7, @qti-hungjuiw, @RajeevSekar, @umangb-09, @adrastogi, @akote123, @amd-genmingz, @ankitm3k, @apsonawane, @bachelor-dou, @baijumeswani, @bopeng1234, @chilo-ms, @chwarr, @Craigacp, @dccarmo, @derdeljan-msft, @ericcraw, @fdwr, @fs-eire, @gaugarg-nv, @gblong1, @GopalakrishnanN, @Honry, @intbf, @ishwar-raut1, @Jaswanth51, @javier-intel, @JonathanC-ARM, @julia-thorn, @justinchuby, @jwludzik, @Kevin-Taha, @Kotomi-Du, @MayureshV1, @mdvoretc-intel, @miaobin, @milpuz01, @mingyueliuh, @mklimenk, @n1harika, @prathikr, @psakhamoori, @qti-yuduo, @quic-calvnguy, @RyanMetcalfeInt8, @sfatimar, @sgbihu, @ShirasawaSama, @ssam18, @susbhere, @sushraja-msft, @TejalKhade28, [Thomas Hühn (@th)...

                        Read more
                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 9 etiennelndr, HenryZDev, 3992cbe4813cae2f, BerZerker96, akritkbehera, chitogeedits-droid, curtis18, d0grr, and Kazooki123 reacted with thumbs up emoji 🎉 5 xiety, mertalev, Sayemahamed, aspmaker, and Kazooki123 reacted with hooray emoji ❤️ 2 vegidio and Sayemahamed reacted with heart emoji 🚀 4 K3V1991, analytically, rozeroze997-max, and thiagotognoli reacted with rocket emoji
                                All reactions
                                  * 👍 9 reactions
                                  * 🎉 5 reactions
                                  * ❤️ 2 reactions
                                  * 🚀 4 reactions
                              18 people reacted

                ONNX Runtime v1.25.1

                              ONNX Runtime v1.25.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sanaa-hamel-microsoft released this 27 Apr 21:46
                              v1.25.1
                              8a77e45
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          n.b. This changelog is LLM generated. Only the contributor listing has been verified.

                          ONNX Runtime Release 1.25.1

                          📢 Announcements & Breaking Changes

                          ONNX Op Updates

                            * Enhanced ONNX operator support with new opset versions: Reshape (opset 25), Transpose (opset 24) (#27752)

                          ✨ New Features

                          📊 New ONNX Ops & Model Support

                            * LinearAttention and CausalConvState operators for Qwen3.5 model support (#27907)
                            * RotaryEmbedding (RotEMB) and RMSNorm operators added (#27752)
                            * Linear Attention signature support (#27842)

                          🌐 Web & JavaScript

                          WebGPU EP

                            * Qwen3.5 model support on WebGPU execution provider (#27996)
                            * QMoE 1-token decode path optimization — fused operations to reduce GPU dispatches for improved performance (#27998)

                          🐛 Bug Fixes

                          Core Runtime Fixes

                            * Improved filesystem error messages during Linux device discovery for better debugging experience (#27289)
                            * Fixed missing include for SetRawDataInTensorProto in NVIDIA TensorRT RTX tests (#28065)

                          🙏 Contributors

                          Thanks to our 7 contributors for this release:
                          @guschmue, @sanaa-hamel-microsoft, @apsonawane, @eserscor, @ishwar-raut1, @qjia7, @theHamsta

                          Full Changelog: v1.25.0...v1.25.1

                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 7 phuthuycoding, K0ng2, HapyRain, lastzero, Sirliyang, chenxiao111222, and jonrjacobson1976-cell reacted with thumbs up emoji 🎉 1 lastzero reacted with hooray emoji ❤️ 1 lastzero reacted with heart emoji 🚀 5 K3V1991, vegidio, rozeroze997-max, leo-smi, and lastzero reacted with rocket emoji
                                All reactions
                                  * 👍 7 reactions
                                  * 🎉 1 reaction
                                  * ❤️ 1 reaction
                                  * 🚀 5 reactions
                              11 people reacted

                ONNX Runtime v1.25.0

                              ONNX Runtime v1.25.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              vraspar released this 20 Apr 18:25
                              v1.25.0
                              7a71bc5
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          📢 Announcements & Breaking Changes

                          Build & Platform

                            * C++20 is now required to build ONNX Runtime from source. Minimum toolchains: MSVC 19.29+, GCC 10+, Clang 10+. Users of prebuilt packages are unaffected. (#27178)
                            * CUDA minimum version raised to 12.0 — CUDA 11.x is no longer supported. Users pinned to CUDA 11.x should stay on ORT 1.24.x or upgrade their CUDA toolkit/driver. (#27570)
                            * ONNX upgraded to 1.21.0 (#27601)
                            * sympy is now an optional dependency for Python builds. (#27200)

                          Execution Provider Changes

                            * ArmNN EP has been removed. Users should remove any --use_armnn build flags and migrate to the MLAS/KleidiAI-backed CPU EP or QNN EP for Qualcomm hardware. (#27447)

                          API Version

                            * ORT_API_VERSION updated to 25. (#27280)

                          🔒 Security Fixes

                            * Fixed potential integer truncation leading to heap out-of-bounds read/write (#27544)
                            * Addressed Pad Reflect vulnerability (#27652)
                            * Security fix for transpose optimizer (#27555)
                            * Upgraded minimatch 3.1.2 → 3.1.4 for CVE-2026-27904 (#27667)
                            * Hardened shell command handling for constant strings (#27840)
                            * Added validation of onnx::TensorProto data size before allocation (#27547)
                            * Cleaned up external data path validation (#27539)
                            * Fixed misaligned address reads for tensor attributes from raw data buffers (#27312)
                            * Fixed CPU Attention overflow issue (#27822)
                            * Fixed CPU LRN integer overflow issues (#27886)
                            * Additional input validation hardening:
                                + Tile kernel dim overflow (#27566)
                                + Out-of-bounds read in cross entropy (#27568)
                                + TreeEnsembleClassifier attributes (#27571)
                                + AffineGrid (#27572)
                                + EmbedLayerNorm position_ids (#27573)
                                + RotaryEmbedding position_ids (#27597)
                                + RoiAlign batch_indices (#27603)
                                + MaxUnpool indices (#27432)
                                + QMoECPU swiglu OOB (#27748)
                                + SVMClassifier initializer (#27699)
                                + Col2Im SafeInt (#27625)

                          ✨ New Features

                          🔌 Execution Provider Plugin API & CUDA Plugin EP

                          ORT 1.25.0 introduces the CUDA Plugin EP — the first core implementation that enables third-party CUDA-backed EPs to be delivered as dynamically loaded plugins without rebuilding ORT.

                            * CUDA Plugin EP: Core implementation (#27816)
                            * CUDA Plugin EP: BFC-style arena and CUDA mempool allocators for stream-aware memory management (#27931)
                            * Plugin EP Sync API for synchronous execution (#27538)
                            * Plugin EP event profiling APIs (#27649)
                            * Plugin EP APIs to retrieve ONNX operator schemas (#27713)
                            * Annotation-based graph partitioning with resource accounting (#27595, #27972)
                            * EP API adapter improvements: header-only adapter, OpKernelInfo::GetConfigOptions, LoggingManager::HasDefaultLogger() (#26879, #26919, #27540, #27541, #27587)
                            * WebGPU EP made compatible with EP API (#26907)

                          🔧 Core APIs

                            * Per-session thread pool work callbacks API (#27253)
                            * enable_profiling in RunOptions (#26846)
                            * KernelInfo string-array attribute APIs for C and C++ (#27599)
                            * OrtModel input support for Compile API (#27332)
                            * Session config to create weightless EPContext models during compilation (#27197)
                            * Compiled model compatibility APIs in example plugin EP (#27088)
                            * Model Package support (preview): Initial infrastructure for automatically selecting compiled EPContext model variants from a packaged collection based on EP, device, and hardware constraints. The directory structure is not yet finalized. (#27786)

                          📊 New ONNX Ops & Opset Coverage

                            * Attention opset 23 on CUDA with GQA, boolean masks, softcap, and softmax precision (#26466, #27030, #27082, #27428, #27714)
                            * Attention opset 24 on CUDA, disjoint from contrib op (#27542); nonpad KV seqlen on CPU (#27384)
                            * TensorScatter-24 for CPU and CUDA (#27389, #27446)
                            * DeformConv for CPU/CUDA (#27393)
                            * LpNormalization-22 (#27164)
                            * CUDA opset gap fills:
                                + Control flow & misc: Flatten, Identity, If, Loop, Scan, ConstantOfShape, Size (opset 21/23) (#27728)
                                + Pooling: GlobalAveragePool/GlobalMaxPool (→22) (#27733)
                                + Shape ops: Shape (→25), Squeeze/Unsqueeze (→25) (#27734, #27739)
                                + TopK (→24, BF16) (#27735), GRU (→22) (#27738)
                                + Pad (→25, wrap mode) (#27774), Resize v19 (#27415), RoiAlign v16/v22 (#27646)

                          🖥️ Execution Provider Updates

                          NVIDIA CUDA EP

                            * GQA with XQA and quantized KV cache, including FP8 (E4M3) KV cache support (#27246, #27321)
                            * CUDA graph capture compatibility for LLM ops and pre-compiled paths (#27484, #27477)
                            * Volumetric (3-D) GridSample support (#27201)
                            * Optimized 3D nearest resize kernel for 5D tensors (#27578)
                            * Optional router_weights input to QMoE (#27687)

                          NVIDIA TensorRT RTX EP

                            * D3D12 external resource import support (#26948)

                          Qualcomm QNN EP

                            * Disabled file mapping for embedded cache (#27627)
                            * Fixed use-after-free of logger object (#27804)
                            * Fixed wheel build issues on WSL and Linux SDK version propagation (#27730, #27800)

                          Other EPs

                            * VitisAI EP: Added PE version info to provider DLL (#27626)
                            * DML EP: Fixed overflow in DmlGraphFusionHelper::ProcessInputData (#27815), fixed new-delete mismatch in QuantizeLinear (#27823)

                          🌐 Web & JavaScript

                          WebGPU EP — Performance

                            * Gemm/MatMul opt...
                        Read more
                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 9 etiennelndr, leo-smi, chayanforyou, nietras, ivaquero, johnnynunez, lastzero, ShirasawaSama, and rozeroze997-max reacted with thumbs up emoji 😄 3 leo-smi, illvart, and lastzero reacted with laugh emoji 🎉 5 leo-smi, sdotpeng, illvart, lastzero, and Jack-Lukomski reacted with hooray emoji ❤️ 7 theddr, istupakov, leo-smi, vegidio, illvart, matpoudret, and lastzero reacted with heart emoji 🚀 6 leo-smi, K3V1991, illvart, lastzero, kevinlam92, and rozeroze997-max reacted with rocket emoji
                                All reactions
                                  * 👍 9 reactions
                                  * 😄 3 reactions
                                  * 🎉 5 reactions
                                  * ❤️ 7 reactions
                                  * 🚀 6 reactions
                              18 people reacted

                ONNX Runtime v1.24.4

                              ONNX Runtime v1.24.4
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tianleiwu released this 17 Mar 23:08
                              v1.24.4
                              2d92497
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          This is a patch release for ONNX Runtime 1.24, containing bug fixes and execution provider updates.

                          Bug Fixes

                            * Core: Added PCI bus fallback for Linux GPU device discovery in containerized environments (e.g., AKS/Kubernetes) where nvidia-drm is not loaded but GPU PCI devices are still exposed via sysfs. (#27591)
                            * Plugin EP: Fixed null pointer dereference when iterating output spans in GetOutputIndex. (#27644)
                            * Plugin EP: Fixed bug that incorrectly assigned duplicate MetaDef IDs to fused nodes in different GraphViews (e.g., then/else branches of an If node), causing session creation to fail with a conflicting kernel error. (#27666)

                          Execution Provider Updates

                            * QNN EP: Enabled offline x64 compilation with memhandle IO type by deferring rpcmem library loading to inference time. (#27479)
                            * QNN EP: Reverted QNN SDK logging verbosity changes that caused segmentation faults on backend destruction. (#27650)

                          Build and Infrastructure

                            * Python: Updated python_requires from >=3.10 to >=3.11 to reflect dropped Python 3.10 support. (#27354)
                            * Build: Replaced __builtin_ia32_tpause with the compiler-portable _tpause intrinsic to fix cross-compiler portability issues between GCC and LLVM. (#27607)

                          Full Changelog: v1.24.3...v1.24.4

                          Contributors

                          @derdeljan-msft, @adrianlizarraga, @apwojcik, @baijumeswani, @edgchen1, @mocknen, @tianleiwu, @XXXXRT666

                          Assets 12
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              ❤️ 8 vegidio, josuedeavila, connorlanewhite, unsigned123, ttthhh38, evvdk, nvzflow, and kingofchishi reacted with heart emoji 🚀 9 K3V1991, josuedeavila, leo-smi, tjh0614, marquaye, quqiOnfree, unsigned123, nvzflow, and kingofchishi reacted with rocket emoji
                                All reactions
                                  * ❤️ 8 reactions
                                  * 🚀 9 reactions
                              13 people reacted
                Previous 1 2 3 4 5 6 7 8 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.