FP8 OCP to FP8 FNUZ on hardware with only FP8 FNUZ support #21951
Annotations
1 error and 11 warnings
|
|
src/fp8_ocp_to_nanoo.cpp#L160
redundant return statement at the end of a function with a void return type [readability-redundant-control-flow,-warnings-as-errors]
|
src/include/migraphx/qdq_helpers.hpp#L35
do not use unnamed namespaces in header files [cert-dcl59-cpp,google-build-namespaces,-warnings-as-errors]
|
src/include/migraphx/qdq_helpers.hpp#L44
'get_quantizable_op_names' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors]
|
src/include/migraphx/qdq_helpers.hpp#L50
'dequantizelinear_op' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors]
|
test/fp8_ocp_to_nanoo_test.cpp#L35
duplicate include [readability-duplicate-include,-warnings-as-errors]
|
test/include/quantize_helpers.hpp#L11
function 'broadcast_scale' defined in a header file; function definitions in header files can lead to ODR violations [misc-definitions-in-headers,-warnings-as-errors]
|
test/include/quantize_helpers.hpp#L30
function 'broadcast_shift' defined in a header file; function definitions in header files can lead to ODR violations [misc-definitions-in-headers,-warnings-as-errors]
|
test/include/quantize_helpers.hpp#L39
function 'add_scale_mul' defined in a header file; function definitions in header files can lead to ODR violations [misc-definitions-in-headers,-warnings-as-errors]
|
test/include/quantize_helpers.hpp#L51
function 'add_quantize_op' defined in a header file; function definitions in header files can lead to ODR violations [misc-definitions-in-headers,-warnings-as-errors]
|
test/include/quantize_helpers.hpp#L64
function 'add_quantize_op' defined in a header file; function definitions in header files can lead to ODR violations [misc-definitions-in-headers,-warnings-as-errors]
|
This job failed
Loading