We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2da5a commit d96ec64Copy full SHA for d96ec64
lib/Conversion/TorchToMhlo/TorchToMhlo.cpp
@@ -43,8 +43,7 @@ class ConvertTorchToMhlo : public ConvertTorchToMhloBase<ConvertTorchToMhlo> {
43
MLIRContext *context = &getContext();
44
ConversionTarget target(*context);
45
target.addLegalDialect<chlo::ChloDialect, mhlo::MhloDialect,
46
- tensor::TensorDialect, arith::ArithmeticDialect,
47
- Torch::TorchDialect>();
+ tensor::TensorDialect, arith::ArithmeticDialect>();
48
49
TypeConverter typeConverter;
50
typeConverter.addConversion([](Type type) { return type; });
0 commit comments