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

Function mlirCudaTilePointerTypeGet

lib/CAPI/Dialect/CudaTileDialect.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54MlirType mlirCudaTilePointerTypeGet(MlirContext ctx, MlirType pointeeType) {
55 return wrap(PointerType::get(unwrap(ctx), unwrap(pointeeType)));
56}
57
58MlirType mlirCudaTilePointerTypeGetPointeeType(MlirType type) {
59 return wrap(cast<PointerType>(unwrap(type)).getPointeeType());

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected