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

Function mlirCudaTileTokenTypeGetTypeID

lib/CAPI/Dialect/CudaTileDialect.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108MlirTypeID mlirCudaTileTokenTypeGetTypeID(void) {
109 return wrap(cuda_tile::TokenType::getTypeID());
110}
111
112MlirType mlirCudaTileTokenTypeGet(MlirContext ctx) {
113 return wrap(cuda_tile::TokenType::get(unwrap(ctx)));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected