-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tracking] HF CNN fp32 model tests #801
Comments
onnx.Conv in #566 has been fixed by disable quantized 1d conv. This should be a different conv error. |
Better to add the failed op into #797 |
onnx.Batchnorm in #566 also has been fixed by bump iree. This should be a different error. Maybe you should check vivek's patch llvm/torch-mlir#3597 |
Hi @jinchen62, can you please update this issue, since it seems some of these have been fixed. |
@vivekkhandelwal1 Nothing was changed by Monday, will verify and update weekly. |
Below is the list of HF CNN fp32 model issues for Full model list. Tests are imported in nod-ai/SHARK-TestSuite#313.
Status on 10/1:
Steps:
Build torch-mlir and iree locally
model-run
onnx-import
torch_mlir.tools.import_onnx misses shape inference llvm/torch-mlir#3593
Note: Setting opset vertsion to 21
torch-mlir
Failed to legalize operation onnx.Expand #813
cubic
mode attr (11 models)Failed to legalize operation
onnx.Resize
. #814onnx.If errors when the two branches yield with different shapes #696
bidirectional
direction attr (1 model)LSTM #315
Fix onnx.Gather lowering with dynamic shapes llvm/torch-mlir#3675
[ONNX] Add training mode support for BatchNormalization op llvm/torch-mlir#3597
onnx.AveragePool (5 models)onnx.Conv (10 models)onnx.Mul with shape mismatch (3 models)onnx.Split crash (6 models)onnx.Transpose (280 models)killed (8 models)iree-compile
'util.initializer' op failed to inline into combined initializer iree-org/iree#18386
'linalg.conv_2d_nchw_fchw' op inferred input/output operand dims mismatch iree-org/iree#18387Missing support for handling negative step values for Onnx.Slice op #824
linalg.generic' op inferred input/output operand #1 has shape's dimension #0 to be 12288, but found 512 #825
[compile] error: 'vector.shape_cast' op source/result number of elements must match iree-org/iree#18413
'stream.async.dispatch' op has invalid Read access range [0 to -96 for -96] of resource iree-org/iree#18468
'func.func' op exceeded stack allocation limit (3 models)[Comipler] 'func.func' op exceeded stack allocation limit iree-org/iree#18187
jit global source initialization order invalid: global "__hoisted_i32" has no value iree-org/iree#18232
integer value too large (40 models) torch.constant.int with large negative values causes error llvm/torch-mlir#3621Note: Use --torchtolinalg flag to lower the IR to linalg through torch-mlir
inference
The text was updated successfully, but these errors were encountered: