| 82 | } |
| 83 | |
| 84 | BytecodeVersion mlir::cuda_tile::getCurrentBytecodeVersion() { |
| 85 | return bytecodeVersionPtr ? *bytecodeVersionPtr |
| 86 | : BytecodeVersion::kCurrentVersion; |
| 87 | } |
| 88 | |
| 89 | void mlir::cuda_tile::registerTileIROptimizationHintsOptions() { |
| 90 | // Register command line option for hint diagnostics |
nothing calls this directly
no outgoing calls
no test coverage detected