Skip to content

Introduce export feature to TensorRT JSON format #22058

Introduce export feature to TensorRT JSON format

Introduce export feature to TensorRT JSON format #22058

Triggered via pull request December 18, 2024 12:37
Status Failure
Total duration 2h 37m 39s
Artifacts

ci.yaml

on: pull_request
Check if image exists in registry
5s
Check if image exists in registry
Matrix: linux-fpga
Matrix: linux
Build image
0s
Build image
Build SLES image
0s
Build SLES image
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
sles
Process completed with exit code 2.
cppcheck
Process completed with exit code 2.
tidy
Process completed with exit code 2.
cancel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check if image exists in registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cppcheck: src/trt_json.cpp#L224
style: Consider using std::copy algorithm instead of a raw loop. [useStlAlgorithm]
cppcheck: src/trt_json.cpp#L179
style: Empty if statement. [migraphx-EmptyIfStatement]
tidy: src/trt_json.cpp#L102
4 enumeration values not explicitly handled in switch: 'fp8e4m3fnuz_type', 'fp8e4m3fn_type', 'fp8e5m2_type'... [clang-diagnostic-switch-enum,-warnings-as-errors]
tidy: src/trt_json.cpp#L128
'auto *mm' can be declared as 'const auto *mm' [readability-qualified-auto,-warnings-as-errors]
tidy: src/trt_json.cpp#L163
string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation,-warnings-as-errors]
tidy: src/trt_json.cpp#L184
'auto name_suffix' can be declared as 'const auto *name_suffix' [readability-qualified-auto,-warnings-as-errors]
linux (ubuntu-20.04, debug)
Cache save failed.