Intial commit to target all reshaper opsops after mlir_op #22199
Annotations
1 error and 4 warnings
Clang Tidy
Process completed with exit code 2.
|
Clang Tidy:
src/targets/gpu/fuse_mlir.cpp#L281
unused variable 'input_cnt' [clang-diagnostic-unused-variable,-warnings-as-errors]
|
Clang Tidy:
src/targets/gpu/fuse_mlir.cpp#L1079
the variable 'reshapes' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization,-warnings-as-errors]
|
Clang Tidy:
src/targets/gpu/fuse_mlir.cpp#L1100
invalid operands to binary expression ('instruction_ref' (aka '_List_iterator<migraphx::instruction>') and '(lambda at src/include/migraphx/matcher.hpp:587:12)') [clang-diagnostic-error]
|
Clang Tidy:
src/targets/gpu/fuse_mlir.cpp#L1100
use of undeclared identifier 'outputs'; did you mean 'match::outputs'? [clang-diagnostic-error]
|
Loading