Add numeric_limits for MLFloat16 and BFloat16 #34431
Annotations
3 warnings
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/float16.h#L335
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/framework/float16.h:335: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/float16.h#L372
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/framework/float16.h:372: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/math/clip.cc#L66
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cuda/math/clip.cc:66: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|
Loading