Add register reuse + peft scheduler cost model + Useless merger
This commit is contained in:
@@ -12,6 +12,8 @@ namespace onnx_mlir {
|
||||
|
||||
std::fstream openReportFile(const std::string& name);
|
||||
std::fstream openReportFileWithExtension(const std::string& name, llvm::StringRef extension);
|
||||
std::fstream openAppendedReportFile(const std::string& name);
|
||||
std::fstream openAppendedReportFileWithExtension(const std::string& name, llvm::StringRef extension);
|
||||
std::string formatReportMemory(uint64_t bytes);
|
||||
|
||||
struct ReportField {
|
||||
|
||||
Reference in New Issue
Block a user