mirror of https://github.com/llvm/torch-mlir
Improve error message
The unknown dtype case can come from RefineTypes.pull/1103/head
parent
72dd04cdb3
commit
c0ef192865
|
@ -31,7 +31,7 @@ static LogicalResult checkValueInvariants(Operation *errorReportOp, Value v) {
|
|||
"or dtype")
|
||||
.attachNote()
|
||||
.append("this is likely due to a missing shape transfer function in "
|
||||
"shape_lib_gen.py");
|
||||
"shape_lib_gen.py or missing case in RefineTypes");
|
||||
}
|
||||
return success();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue