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

Function mlirCudaTileTypeIsATensorViewType

lib/CAPI/Dialect/CudaTileDialect.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118//===----------------------------------------------------------------------===//
119
120bool mlirCudaTileTypeIsATensorViewType(MlirType type) {
121 return isa<TensorViewType>(unwrap(type));
122}
123
124MlirTypeID mlirCudaTileTensorViewTypeGetTypeID(void) {
125 return wrap(TensorViewType::getTypeID());

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected