faster pim host constant folding
All checks were successful
Validate Operations / validate-operations (push) Successful in 17m33s
All checks were successful
Validate Operations / validate-operations (push) Successful in 17m33s
This commit is contained in:
@@ -30,6 +30,10 @@ mlir::memref::GlobalOp createFoldedGlobal(mlir::ModuleOp moduleOp,
|
||||
llvm::StringRef nameStem,
|
||||
mlir::IntegerAttr alignment = {});
|
||||
|
||||
llvm::FailureOr<mlir::DenseElementsAttr> foldDenseSubview(mlir::DenseElementsAttr denseAttr,
|
||||
llvm::ArrayRef<int64_t> staticOffsets,
|
||||
llvm::ArrayRef<int64_t> resultShape);
|
||||
|
||||
llvm::FailureOr<mlir::DenseElementsAttr> getDenseGlobalValue(mlir::ModuleOp moduleOp, mlir::Value value);
|
||||
|
||||
llvm::FailureOr<StaticSubviewInfo> getStaticSubviewInfo(mlir::Value value);
|
||||
|
||||
Reference in New Issue
Block a user