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

Function mlirCudaTileTypeIsATileType

lib/CAPI/Dialect/CudaTileDialect.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64//===----------------------------------------------------------------------===//
65
66bool mlirCudaTileTypeIsATileType(MlirType type) {
67 return isa<TileType>(unwrap(type));
68}
69
70MlirTypeID mlirCudaTileTileTypeGetTypeID(void) {
71 return wrap(TileType::getTypeID());

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected