Sync_msft_10_7_2026#1195
Merged
jatinwadhwa921 merged 12 commits intoJul 10, 2026
Merged
Annotations
8 warnings
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/buffer_manager.cc#L616
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/buffer_manager.cc:616: Add #include <string> for string [build/include_what_you_use] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/tensor/grid_sample_impl.cu#L331
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/tensor/grid_sample_impl.cu:331: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/math/matmul.cc#L385
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/math/matmul.cc:385: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/math/matmul.cc#L370
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cpu/math/matmul.cc:370: Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/math/matmul.cc#L367
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cpu/math/matmul.cc:367: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/math/matmul.cc#L343
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cpu/math/matmul.cc:343: Using C-style cast. Use reinterpret_cast<float*>(...) instead [readability/casting] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cpu/math/matmul.cc#L339
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cpu/math/matmul.cc:339: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/contrib_ops/range_schema_defs.cc#L10
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: range_schema_defs.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/graph/contrib_ops/range_schema_defs.cc:10: Found C++ system header after other header. Should be: range_schema_defs.h, c system, c++ system, other. [build/include_order] [4]
|
background
wait
wait-all
cancel
parallel
Loading