diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2025-04-25 13:55:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-25 13:55:30 +0100 |
commit | 12a31658ea36cda74157c6b4e6b6c031e39a19c0 (patch) | |
tree | 44c57951feba74bcf37840911ac3c189056b9014 /clang/lib/Frontend/ASTMerge.cpp | |
parent | 8c7a2ce01a77c96028fe2c8566f65c45ad9408d3 (diff) | |
download | llvm-12a31658ea36cda74157c6b4e6b6c031e39a19c0.zip llvm-12a31658ea36cda74157c6b4e6b6c031e39a19c0.tar.gz llvm-12a31658ea36cda74157c6b4e6b6c031e39a19c0.tar.bz2 |
[MLIR][TOSA] Fix Conv3D bias dim check (#137296)
verifyConvOpErrorIf() assumes output channel is the 4th dimension of the
output type but this is wrong for conv3d which now uses that verifier.
Use rank - 1 which works accross the operations using this verifier
(conv2d, conv3d and depthwise_conv3d).
Diffstat (limited to 'clang/lib/Frontend/ASTMerge.cpp')
0 files changed, 0 insertions, 0 deletions