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

Function mlirCudaTileTypeIsAStridedViewType

lib/CAPI/Dialect/CudaTileDialect.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239//===----------------------------------------------------------------------===//
240
241bool mlirCudaTileTypeIsAStridedViewType(MlirType type) {
242 return isa<StridedViewType>(unwrap(type));
243}
244
245MlirTypeID mlirCudaTileStridedViewTypeGetTypeID(void) {
246 return wrap(StridedViewType::getTypeID());

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected