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

Function mlirCudaTileTileTypeGetElementType

lib/CAPI/Dialect/CudaTileDialect.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80MlirType mlirCudaTileTileTypeGetElementType(MlirType type) {
81 return wrap(cast<TileType>(unwrap(type)).getElementType());
82}
83
84intptr_t mlirCudaTileTileTypeGetRank(MlirType type) {
85 return cast<TileType>(unwrap(type)).getRank();

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected