mirror of https://github.com/llvm/torch-mlir
Remove spurious debug dump.
parent
0035e7cca7
commit
0be88a2313
|
@ -1622,8 +1622,6 @@ static bool areSizesAndDtypesCompatible(BaseTensorType a, BaseTensorType b) {
|
||||||
|
|
||||||
bool NonValueTensorLiteralOp::isCompatibleReturnTypes(TypeRange inferred,
|
bool NonValueTensorLiteralOp::isCompatibleReturnTypes(TypeRange inferred,
|
||||||
TypeRange actual) {
|
TypeRange actual) {
|
||||||
llvm::errs() << "isCompatibleReturnTypes:";
|
|
||||||
actual[0].dump();
|
|
||||||
if (!actual[0].isa<BaseTensorType>())
|
if (!actual[0].isa<BaseTensorType>())
|
||||||
return false;
|
return false;
|
||||||
return areSizesAndDtypesCompatible(inferred[0].cast<BaseTensorType>(),
|
return areSizesAndDtypesCompatible(inferred[0].cast<BaseTensorType>(),
|
||||||
|
|
Loading…
Reference in New Issue