add automatic patches to onnx-mlir with CMakeLists.txt
This commit is contained in:
@@ -433,7 +433,7 @@ std::string getMemorySizeAsString(size_t size) {
|
||||
return std::to_string(size) + " Bytes";
|
||||
}
|
||||
|
||||
int compileModuleToPIMJSON(const OwningOpRef<ModuleOp>& moduleOpRef, std::string& outputDirPath) {
|
||||
OnnxMlirCompilerErrorCodes compileModuleToPIMJSON(const OwningOpRef<ModuleOp>& moduleOpRef, std::string& outputDirPath) {
|
||||
ModuleOp moduleOp = moduleOpRef.get();
|
||||
|
||||
if (pimEmissionTarget != EmitPimCodegen) {
|
||||
|
||||
Reference in New Issue
Block a user