Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
MlirType mlirCudaTileTileTypeGetElementType(MlirType type) {
81
return wrap(cast<TileType>(unwrap(type)).getElementType());
82
}
83
84
intptr_t mlirCudaTileTileTypeGetRank(MlirType type) {
85
return cast<TileType>(unwrap(type)).getRank();
Callers
1
NB_MODULE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected