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

Method parse

lib/Dialect/CudaTile/IR/CudaTileTesting.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#ifdef TILE_IR_INCLUDE_TESTS
26ParseResult Test_FuncOp::parse(OpAsmParser &parser, OperationState &result) {
27 return parseFuncOp<Test_FuncOp>(parser, result);
28}
29
30void Test_FuncOp::print(OpAsmPrinter &printer) { printFuncOp(*this, printer); }
31#endif // TILE_IR_INCLUDE_TESTS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected