Skip to content

Update test to allow adding ROCm EP #25540

Update test to allow adding ROCm EP

Update test to allow adding ROCm EP #25540

GitHub Actions / cpplint completed Nov 23, 2023 in 2s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (104)

onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|13| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|14| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|29| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|31| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|35| Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|35| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|100| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu|146| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|39| Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|40| Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|42| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|213| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|216| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|216| If an else has a brace on one side, it should have it on both [readability/braces] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|219| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|219| If an else has a brace on one side, it should have it on both [readability/braces] [5]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|227| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|229| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh|211| Add #include for unique_ptr<> [build/include_what_you_use] [4]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu|72| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu|77| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|35| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|35| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|38| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|39| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|40| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|41| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|42| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|43| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|44| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|45| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|46| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|47| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|48| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|49| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|50| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|51| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|52| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|53| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu|54| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|35| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|35| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|38| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|39| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|40| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|41| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|42| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|43| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|44| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|45| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|46| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|47| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|48| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|49| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|50| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|51| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|52| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|53| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance_original.cu|54| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|36| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|38| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|39| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|40| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|41| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|42| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|43| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|44| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|45| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|46| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|47| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|48| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|49| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|50| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|51| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_nk_mn_instance.cu|52| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|35| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|35| Should have a space between // and comment [whitespace/comments] [4]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|36| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|38| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|39| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|40| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|41| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|42| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|43| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|44| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|45| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|46| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|47| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|48| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|49| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|50| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|51| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|52| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|53| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_instance_original.cu|54| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/python/tools/kernel_explorer/device_array.h|37| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/python/tools/kernel_explorer/kernels/rocm/gemm_float8_ck.cu|18| Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]

Filtered Findings (817309)

build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|311| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|333| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|399| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|749| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|754| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|760| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|767| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|768| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|769| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|778| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|783| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c|789| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|305| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|327| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|397| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|734| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|739| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|745| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|752| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|753| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|754| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|763| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|768| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|774| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp|831| { should almost always be at the end of the previous line [whitespace/braces] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|159| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|107| Add #include for forward [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|40| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|1774| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/equal_benchmark.cc|34| Using C-style cast. Use static_cast(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|34| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|835| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|25| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|219| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|17| is an unapproved C++11 header. [build/c++11] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|64| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|24| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|180| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|48| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|937| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|933| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|76| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|496| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|477| Add #include for move [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|588| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|200| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|34| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cmake_thread_test.cc|21| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|42| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|144| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|55| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|170| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|130| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|398| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|282| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian_test.cc|86| Add #include for swap [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|43| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|1109| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|733| Add #include for numeric_limits<> [build/include_what_you_use] [4]
... (Too many findings. Dropped some findings)

Annotations

Check warning on line 13 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L13

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:13:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 14 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L14

 Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:14:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]

Check warning on line 29 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L29

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:29:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 31 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L31

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:31:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 35 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L35

 Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:35:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]

Check warning on line 35 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L35

 Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:35:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]

Check warning on line 100 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L100

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:100:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 146 in onnxruntime/contrib_ops/rocm/math/gemm_float8.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8.cu#L146

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8.cu:146:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 39 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L39

 Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration.  [build/storage_class] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:39:  Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration.  [build/storage_class] [5]

Check warning on line 40 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L40

 Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration.  [build/storage_class] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:40:  Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration.  [build/storage_class] [5]

Check warning on line 42 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L42

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:42:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 213 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L213

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:213:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 216 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L216

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:216:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 216 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L216

 If an else has a brace on one side, it should have it on both  [readability/braces] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:216:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]

Check warning on line 219 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L219

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:219:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 219 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L219

 If an else has a brace on one side, it should have it on both  [readability/braces] [5]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]

Check warning on line 227 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L227

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:227:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 229 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L229

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:229:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 211 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh#L211

 Add #include <memory> for unique_ptr<>  [build/include_what_you_use] [4]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck.cuh:211:  Add #include <memory> for unique_ptr<>  [build/include_what_you_use] [4]

Check warning on line 72 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu#L72

 Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu:72:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]

Check warning on line 77 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu#L77

 Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/add_instance.cu:77:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]

Check warning on line 35 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu#L35

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu:35:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 35 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu#L35

 Should have a space between // and comment  [whitespace/comments] [4]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu:35:  Should have a space between // and comment  [whitespace/comments] [4]

Check warning on line 36 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu#L36

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu:36:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 37 in onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu#L37

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
onnxruntime/contrib_ops/rocm/math/gemm_float8_ck_impl/device_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_instance.cu:37:  Lines should be <= 120 characters long  [whitespace/line_length] [2]