Skip to content

Sync with Microsoft ONNX Runtime - 18032026 #1856

Sync with Microsoft ONNX Runtime - 18032026

Sync with Microsoft ONNX Runtime - 18032026 #1856

Triggered via pull request March 17, 2026 21:00
Status Cancelled
Total duration 1d 0h 0m 2s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 6 warnings, and 39 notices
Python format
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
[cpplint] include/onnxruntime/core/common/logging/logging.h#L61: include/onnxruntime/core/common/logging/logging.h#L61
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] include/onnxruntime/core/common/logging/logging.h#L70: include/onnxruntime/core/common/logging/logging.h#L70
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
[cpplint] onnxruntime/contrib_ops/cpu/bert/attention_base.h#L352: onnxruntime/contrib_ops/cpu/bert/attention_base.h#L352
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.h#L26: onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.h#L26
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
[cpplint] onnxruntime/contrib_ops/cpu/crop.h#L19: onnxruntime/contrib_ops/cpu/crop.h#L19
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
[cpplint] onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.cu#L8: onnxruntime/contrib_ops/cuda/bert/attention_kv_cache.cu#L8
Found C system header after other header. Should be: attention_kv_cache.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/llm/cutlass_heuristic.cc#L31: onnxruntime/contrib_ops/cuda/llm/cutlass_heuristic.cc#L31
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/core/platform/linux/device_discovery.cc#L228: onnxruntime/core/platform/linux/device_discovery.cc#L228
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/cuda/tensor/grid_sample.cc#L69: onnxruntime/core/providers/cuda/tensor/grid_sample.cc#L69
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/providers/nv_tensorrt_rtx/onnx_ctx_model_helper.h#L25: onnxruntime/core/providers/nv_tensorrt_rtx/onnx_ctx_model_helper.h#L25
For a static/global string constant, use a C style string instead: "static const char SOURCE[]". [runtime/string] [4]
[cpplint] onnxruntime/core/providers/tensorrt/onnx_ctx_model_helper.h#L20: onnxruntime/core/providers/tensorrt/onnx_ctx_model_helper.h#L20
For a static/global string constant, use a C style string instead: "static const char SOURCE[]". [runtime/string] [4]
[cpplint] onnxruntime/core/providers/webgpu/webgpu_context.cc#L993: onnxruntime/core/providers/webgpu/webgpu_context.cc#L993
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/session/inference_session.cc#L117: onnxruntime/core/session/inference_session.cc#L117
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]