generic gemm now works :)
This commit is contained in:
@@ -24,8 +24,6 @@ namespace onnx_mlir {
|
||||
namespace spatial {
|
||||
|
||||
void ONNXToSpatialPass::runOnOperation() {
|
||||
llvm::dbgs() << "Running ONNXToSpatialLoweringPass\n";
|
||||
|
||||
ModuleOp moduleOp = getOperation();
|
||||
MLIRContext* ctx = &getContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user