| 105 | } |
| 106 | |
| 107 | bool mlir::cuda_tile::getErrorUnsupportedHints() { |
| 108 | return errorUnsupportedHintsVar; |
| 109 | } |
| 110 | |
| 111 | void mlir::cuda_tile::registerListVersionsOption() { |
| 112 | static llvm::cl::opt<bool> listVersions( |
nothing calls this directly
no outgoing calls
no test coverage detected