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

Function mlirCudaTileTypeIsAPointerType

lib/CAPI/Dialect/CudaTileDialect.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44//===----------------------------------------------------------------------===//
45
46bool mlirCudaTileTypeIsAPointerType(MlirType type) {
47 return isa<PointerType>(unwrap(type));
48}
49
50MlirTypeID mlirCudaTilePointerTypeGetTypeID(void) {
51 return wrap(PointerType::getTypeID());

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected