Skip to content

lint/exclude rocm #23348

lint/exclude rocm

lint/exclude rocm #23348

Triggered via push November 6, 2023 22:34
Status Success
Total duration 27s
Artifacts
Validation
17s
Validation
Fit to window
Zoom out
Zoom in

Annotations

144 warnings
[cpplint] onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc#L258: onnxruntime/contrib_ops/cuda/cuda_contrib_kernels.cc#L258
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L19: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L19
Found C system header after C++ system header. Should be: common.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L20: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L20
Found C system header after C++ system header. Should be: common.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L21: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L21
Found C system header after C++ system header. Should be: common.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L25: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L25
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L26: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L26
Found C++ system header after other header. Should be: common.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L72: onnxruntime/contrib_ops/cuda/moe/ft_moe/common.h#L72
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/compute_occupancy.h#L21: onnxruntime/contrib_ops/cuda/moe/ft_moe/compute_occupancy.h#L21
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/compute_occupancy.h#L27: onnxruntime/contrib_ops/cuda/moe/ft_moe/compute_occupancy.h#L27
Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.cc#L163: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.cc#L163
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.cc#L164: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.cc#L164
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L19: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L19
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L21: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L21
Found C++ system header after other header. Should be: cutlass_heuristic.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L22: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L22
Found C++ system header after other header. Should be: cutlass_heuristic.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L23: onnxruntime/contrib_ops/cuda/moe/ft_moe/cutlass_heuristic.h#L23
Found C++ system header after other header. Should be: cutlass_heuristic.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/epilogue_helpers.h#L49: onnxruntime/contrib_ops/cuda/moe/ft_moe/epilogue_helpers.h#L49
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/epilogue_helpers.h#L50: onnxruntime/contrib_ops/cuda/moe/ft_moe/epilogue_helpers.h#L50
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/layout_traits_helper.h#L38: onnxruntime/contrib_ops/cuda/moe/ft_moe/layout_traits_helper.h#L38
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/layout_traits_helper.h#L150: onnxruntime/contrib_ops/cuda/moe/ft_moe/layout_traits_helper.h#L150
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L265: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L265
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L375: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L375
Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L383: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_cutlass_kernel.h#L383
Using C-style cast. Use reinterpret_cast<char*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels.h#L20: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels.h#L20
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L42: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L42
Found C system header after other header. Should be: moe_gemm_kernels_template.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L43: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L43
Found C system header after other header. Should be: moe_gemm_kernels_template.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L44: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L44
Found C system header after other header. Should be: moe_gemm_kernels_template.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L45: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_gemm_kernels_template.h#L45
Found C++ system header after other header. Should be: moe_gemm_kernels_template.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L32: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L32
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L53: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L53
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L110: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L110
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L111: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L111
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L173: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L173
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L374: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L374
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L375: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L375
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L400: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L400
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L455: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L455
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L459: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L459
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L460: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L460
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L464: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L464
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L466: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L466
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L470: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L470
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L487: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L487
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L505: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L505
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L513: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L513
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L513: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L513
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L527: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L527
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L528: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L528
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L540: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L540
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L546: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L546
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L581: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L581
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L588: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L588
Using C-style cast. Use reinterpret_cast<int*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L591: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L591
Using C-style cast. Use reinterpret_cast<T*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L593: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L593
Using C-style cast. Use reinterpret_cast<int64_t*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L595: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L595
Using C-style cast. Use reinterpret_cast<T*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L599: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L599
Using C-style cast. Use reinterpret_cast<T*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L601: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L601
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L601: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L601
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L628: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L628
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L637: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L637
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L637: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L637
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L642: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L642
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L642: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L642
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L647: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L647
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L647: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L647
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L666: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L666
Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L734: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L734
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L764: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L764
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L793: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L793
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L827: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L827
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L852: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L852
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L853: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L853
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L872: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L872
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L872: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L872
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L875: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L875
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L875: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L875
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L906: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L906
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L933: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L933
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L961: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L961
{ should almost always be at the end of the previous line [whitespace/braces] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L976: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L976
An else should appear on the same line as the preceding } [whitespace/newline] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L976: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L976
If an else has a brace on one side, it should have it on both [readability/braces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L1074: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu#L1074
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L19: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L19
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L61: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L61
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L229: onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.h#L229
Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L6: onnxruntime/contrib_ops/cuda/moe/moe.cc#L6
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L8: onnxruntime/contrib_ops/cuda/moe/moe.cc#L8
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L9: onnxruntime/contrib_ops/cuda/moe/moe.cc#L9
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L10: onnxruntime/contrib_ops/cuda/moe/moe.cc#L10
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L30: onnxruntime/contrib_ops/cuda/moe/moe.cc#L30
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L60: onnxruntime/contrib_ops/cuda/moe/moe.cc#L60
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L65: onnxruntime/contrib_ops/cuda/moe/moe.cc#L65
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L68: onnxruntime/contrib_ops/cuda/moe/moe.cc#L68
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L69: onnxruntime/contrib_ops/cuda/moe/moe.cc#L69
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L70: onnxruntime/contrib_ops/cuda/moe/moe.cc#L70
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L100: onnxruntime/contrib_ops/cuda/moe/moe.cc#L100
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L102: onnxruntime/contrib_ops/cuda/moe/moe.cc#L102
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.cc#L83: onnxruntime/contrib_ops/cuda/moe/moe.cc#L83
Add #include <utility> for move [build/include_what_you_use] [4]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.h#L14: onnxruntime/contrib_ops/cuda/moe/moe.h#L14
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
[cpplint] onnxruntime/contrib_ops/cuda/moe/moe.h#L23: onnxruntime/contrib_ops/cuda/moe/moe.h#L23
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1381: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1381
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1382: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1382
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1385: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1385
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1386: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1386
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1387: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1387
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1388: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1388
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1390: onnxruntime/core/graph/contrib_ops/contrib_defs.cc#L1390
Lines should be <= 120 characters long [whitespace/line_length] [2]