Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5b8550c
[build] disable CodeQL for NPM Packaging Pipeline (#25614)
fs-eire Aug 1, 2025
d94f19c
Refactor Java Test Pipeline (#25608)
Jul 31, 2025
2769b01
[build] upgrade Node.js for NPM packaging pipeline (#25568)
fs-eire Jul 29, 2025
de8c7fe
[webgpu] Apply Flash Attention if sliding window exceeds KV cache len…
daijh Aug 1, 2025
879b798
Relax WeightBiasQuantization constraint for larger QDQ node group (#2…
qti-yuduo Aug 14, 2025
9ba9258
Add cuda graph implementation for NV TRT RTX EP (#25787)
umangb-09 Aug 27, 2025
4d8d79e
python GPU IO Bindings for NVIDIA (#25776)
ishwar-raut1 Aug 28, 2025
118ebc4
Fixes for DynamicQuantizeMatMul and Attention3D tests (#25814)
JonathanC-ARM Aug 28, 2025
bc58268
Fix a long standing bug on file memory mapping on windows. (#25833)
yuslepukhin Aug 27, 2025
3a05461
Add API for precompiled model compatibility check using just the comp…
adrastogi Aug 27, 2025
34b3c54
Enable ABSL_FLAGS flag registration for onnxruntime_perf_test for mob…
chilo-ms Aug 26, 2025
19659e6
Add default constructor to Ort::Status. (#25860)
yuslepukhin Aug 27, 2025
f3464aa
update
Aug 29, 2025
1a743ae
Merge branch 'users/snnn/rel-1.23.0' of https://github.com/microsoft/…
Aug 29, 2025
32ea3f5
[CPU] Optimize GQA attention bias application for FP16 (#25871)
derdeljan-msft Aug 28, 2025
6615173
Language bindings for model compatibility API (#25878)
adrastogi Aug 29, 2025
e5d790e
[OVEP] OpenVINO EP Features and bug-fixes for ORT-1.23 (#25884)
preetha-intel Aug 29, 2025
0e74bb9
[EP ABI] Add OpAttr_GetTensorAttributeAsOrtValue and replace the exis…
chilo-ms Aug 29, 2025
6a9ddb6
Add error handling to extract_nuget_files.ps1 (#25866)
Aug 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
Changming Sun committed Aug 29, 2025
commit f3464aa2323a3de95a24ec8555a5b205f57e4c33
2 changes: 1 addition & 1 deletion onnxruntime/test/platform/file_io_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <gsl/gsl>

#include "gtest/gtest.h"

#include "asserts.h"
#include "core/common/span_utils.h"
#include "test/util/include/file_util.h"

Expand Down