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

Function mlirCudaTilePointerTypeGetTypeID

lib/CAPI/Dialect/CudaTileDialect.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50MlirTypeID mlirCudaTilePointerTypeGetTypeID(void) {
51 return wrap(PointerType::getTypeID());
52}
53
54MlirType mlirCudaTilePointerTypeGet(MlirContext ctx, MlirType pointeeType) {
55 return wrap(PointerType::get(unwrap(ctx), unwrap(pointeeType)));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected