Exclude TRT provider in tests crashed in A100 #27465
Annotations
6 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/test/common/cuda_op_test_utils.cc#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/common/cuda_op_test_utils.cc:5: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/common/cuda_op_test_utils.cc#L26
[cpplint] reported by reviewdog 🐶
Missing space before { [whitespace/braces] [5]
Raw Output:
onnxruntime/test/common/cuda_op_test_utils.cc:26: Missing space before { [whitespace/braces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/common/cuda_op_test_utils.cc#L5
[cpplint] reported by reviewdog 🐶
onnxruntime/test/common/cuda_op_test_utils.cc should include its header file onnxruntime/test/common/cuda_op_test_utils.h [build/include] [5]
Raw Output:
onnxruntime/test/common/cuda_op_test_utils.cc:5: onnxruntime/test/common/cuda_op_test_utils.cc should include its header file onnxruntime/test/common/cuda_op_test_utils.h [build/include] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/common/trt_op_test_utils.h#L23
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/test/common/trt_op_test_utils.h:23: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/common/trt_op_test_utils.h#L23
[cpplint] reported by reviewdog 🐶
Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/test/common/trt_op_test_utils.h:23: Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc#L276
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc:276: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading