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

Function mlirCudaTileTileTypeGetChecked

lib/CAPI/Dialect/CudaTileDialect.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92MlirType mlirCudaTileTileTypeGetChecked(MlirContext ctx, intptr_t rank,
93 const int64_t *shape,
94 MlirType elementType) {
95 ArrayRef<int64_t> shapeRef(shape, rank);
96 return wrap(
97 getCheckedType<TileType>(unwrap(ctx), shapeRef, unwrap(elementType)));
98}
99
100//===----------------------------------------------------------------------===//
101// TokenType

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected