| 68 | } |
| 69 | |
| 70 | MlirTypeID mlirCudaTileTileTypeGetTypeID(void) { |
| 71 | return wrap(TileType::getTypeID()); |
| 72 | } |
| 73 | |
| 74 | MlirType mlirCudaTileTileTypeGet(MlirContext ctx, intptr_t rank, |
| 75 | const int64_t *shape, MlirType elementType) { |
nothing calls this directly
no outgoing calls
no test coverage detected