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

Function mlirCudaTileTileTypeGetRank

lib/CAPI/Dialect/CudaTileDialect.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84intptr_t mlirCudaTileTileTypeGetRank(MlirType type) {
85 return cast<TileType>(unwrap(type)).getRank();
86}
87
88int64_t mlirCudaTileTileTypeGetDimSize(MlirType type, intptr_t pos) {
89 return cast<TileType>(unwrap(type)).getDimSize(pos);

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected