MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / mlirOperationIsAModuleOp

Function mlirOperationIsAModuleOp

lib/CAPI/Dialect/CudaTileDialect.cpp:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658bool mlirOperationIsAModuleOp(MlirOperation op) {
659 return isa<mlir::ModuleOp>(unwrap(op));
660}
661
662MlirStringRef mlirCudaTileWriteBytecodeToBuffer(MlirOperation moduleOp) {
663 auto *op = unwrap(moduleOp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected