add PIM accelerator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "mlir/Dialect/Func/IR/FuncOps.h"
|
||||
#include "mlir/IR/PatternMatch.h"
|
||||
|
||||
namespace onnx_mlir {
|
||||
|
||||
mlir::LogicalResult annotateReplication(
|
||||
mlir::func::FuncOp funcOp, mlir::IRRewriter &rewriter);
|
||||
|
||||
} // namespace onnx_mlir
|
||||
Reference in New Issue
Block a user