| 656 | } |
| 657 | |
| 658 | bool mlirOperationIsAModuleOp(MlirOperation op) { |
| 659 | return isa<mlir::ModuleOp>(unwrap(op)); |
| 660 | } |
| 661 | |
| 662 | MlirStringRef mlirCudaTileWriteBytecodeToBuffer(MlirOperation moduleOp) { |
| 663 | auto *op = unwrap(moduleOp); |
nothing calls this directly
no outgoing calls
no test coverage detected