DeadLock
This commit is contained in:
@@ -26,3 +26,19 @@
|
||||
|
||||
#define GET_OP_CLASSES
|
||||
#include "src/Accelerators/PIM/Dialect/Spatial/SpatialOps.hpp.inc"
|
||||
|
||||
namespace onnx_mlir {
|
||||
namespace spatial {
|
||||
|
||||
bool isGraphComputeLike(mlir::Operation* op);
|
||||
bool isGraphBatchComputeLike(mlir::Operation* op);
|
||||
bool isScheduledComputeLike(mlir::Operation* op);
|
||||
bool isScheduledBatchComputeLike(mlir::Operation* op);
|
||||
bool isAnySpatialComputeLike(mlir::Operation* op);
|
||||
bool isAnySpatialComputeBatchLike(mlir::Operation* op);
|
||||
|
||||
using SpatCompute = SpatGraphCompute;
|
||||
using SpatComputeBatch = SpatGraphComputeBatch;
|
||||
|
||||
} // namespace spatial
|
||||
} // namespace onnx_mlir
|
||||
|
||||
Reference in New Issue
Block a user