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

Function mlirCudaTileTileTypeGetTypeID

lib/CAPI/Dialect/CudaTileDialect.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70MlirTypeID mlirCudaTileTileTypeGetTypeID(void) {
71 return wrap(TileType::getTypeID());
72}
73
74MlirType mlirCudaTileTileTypeGet(MlirContext ctx, intptr_t rank,
75 const int64_t *shape, MlirType elementType) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected