Skip to content

Fix atomic

Fix atomic #30012

Triggered via push January 26, 2024 04:33
Status Success
Total duration 24s
Artifacts
Validation
16s
Validation
Fit to window
Zoom out
Zoom in

Annotations

15 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#L136: onnxruntime/core/providers/cuda/atomic/common.cuh#L136
Use int16/int64/etc, rather than the C type short [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L137: onnxruntime/core/providers/cuda/atomic/common.cuh#L137
Use int16/int64/etc, rather than the C type short [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L156: onnxruntime/core/providers/cuda/atomic/common.cuh#L156
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L157: onnxruntime/core/providers/cuda/atomic/common.cuh#L157
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L167: onnxruntime/core/providers/cuda/atomic/common.cuh#L167
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
[cpplint] onnxruntime/core/providers/cuda/atomic/common.cuh#L168: onnxruntime/core/providers/cuda/atomic/common.cuh#L168
Using C-style cast. Use reinterpret_cast<uint32_t *>(...) instead [readability/casting] [4]