Skip to content

[CUDA] upgrade cutlass to 3.5.1 #34767

[CUDA] upgrade cutlass to 3.5.1

[CUDA] upgrade cutlass to 3.5.1 #34767

Triggered via pull request October 4, 2024 07:24
Status Success
Total duration 13m 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Optional Lint C++
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L74
[cpplint] reported by reviewdog 🐶 Found C system header after other header. Should be: kernel_forward.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:74: Found C system header after other header. Should be: kernel_forward.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L76
[cpplint] reported by reviewdog 🐶 Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:76: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L78
[cpplint] reported by reviewdog 🐶 Do not use unnamed namespaces in header files. See https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces for more information. [build/namespaces_headers] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:78: Do not use unnamed namespaces in header files. See https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces for more information. [build/namespaces_headers] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L90
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use reinterpret_cast<int*>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:90: Using C-style cast. Use reinterpret_cast<int*>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L123
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:123: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L230
[cpplint] reported by reviewdog 🐶 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:230: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L314
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use reinterpret_cast<accum_t*>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:314: Using C-style cast. Use reinterpret_cast<accum_t*>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L663
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use reinterpret_cast<SharedStorage*>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:663: Using C-style cast. Use reinterpret_cast<SharedStorage*>(...) instead [readability/casting] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L964
[cpplint] reported by reviewdog 🐶 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:964: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Optional Lint C++: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h#L1024
[cpplint] reported by reviewdog 🐶 Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: onnxruntime/contrib_ops/cuda/bert/cutlass_fmha/kernel_forward.h:1024: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]