[mlir] Ensure newline at the end of files (NFC) (#143155)
This commit is contained in:
parent
dd201e50ba
commit
1eb843b1a0
@ -13,4 +13,4 @@ using namespace mlir;
|
||||
|
||||
void mlir::tensor::registerAllExtensions(DialectRegistry ®istry) {
|
||||
registerShardingInterfaceExternalModels(registry);
|
||||
}
|
||||
}
|
||||
|
@ -344,4 +344,4 @@ public:
|
||||
validateSameOperandsAndResultRankTrait(func.getBody());
|
||||
}
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
@ -88,4 +88,4 @@ void OptReductionPass::runOnOperation() {
|
||||
moduleVariant->destroy();
|
||||
|
||||
LLVM_DEBUG(llvm::dbgs() << "Pass Complete\n\n");
|
||||
}
|
||||
}
|
||||
|
@ -121,4 +121,4 @@ void registerTestXeGPULowerings() {
|
||||
PassRegistration<TestXeGPUUnrollingPatterns>();
|
||||
}
|
||||
} // namespace test
|
||||
} // namespace mlir
|
||||
} // namespace mlir
|
||||
|
@ -137,4 +137,4 @@ TEST(QuasiPolynomialTest, simplify) {
|
||||
{{{Fraction(1, 1), Fraction(3, 4), Fraction(5, 3)},
|
||||
{Fraction(2, 1), Fraction(0, 1), Fraction(0, 1)}},
|
||||
{{Fraction(1, 1), Fraction(4, 5), Fraction(6, 5)}}}));
|
||||
}
|
||||
}
|
||||
|
@ -239,4 +239,4 @@ TEST_F(MLIRTargetLLVM,
|
||||
ASSERT_TRUE(serializedBinary != std::nullopt);
|
||||
ASSERT_TRUE(!serializedBinary->empty());
|
||||
ASSERT_TRUE(!optimizedLLVMIR.empty());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user