Skip to content

General impl for atomic binary ops #30057

General impl for atomic binary ops

General impl for atomic binary ops #30057

Triggered via push January 26, 2024 23:41
Status Success
Total duration 25s
Artifacts
Validation
16s
Validation
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Validation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/wrapper-validation-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L138: onnxruntime/core/providers/cuda/atomic/common.cuh#L138
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L145: onnxruntime/core/providers/cuda/atomic/common.cuh#L145
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L162: onnxruntime/core/providers/cuda/atomic/common.cuh#L162
Using C-style cast. Use reinterpret_cast<uint32_t*>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L249: onnxruntime/core/providers/cuda/atomic/common.cuh#L249
Use int16/int64/etc, rather than the C type short [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L261: onnxruntime/core/providers/cuda/atomic/common.cuh#L261
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L273: onnxruntime/core/providers/cuda/atomic/common.cuh#L273
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L282: onnxruntime/core/providers/cuda/atomic/common.cuh#L282
Lines should be <= 120 characters long [whitespace/line_length] [2]