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

Method getCurrentBytecodeVersion

lib/Bytecode/Common/CommandLineOptions.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84BytecodeVersion mlir::cuda_tile::getCurrentBytecodeVersion() {
85 return bytecodeVersionPtr ? *bytecodeVersionPtr
86 : BytecodeVersion::kCurrentVersion;
87}
88
89void mlir::cuda_tile::registerTileIROptimizationHintsOptions() {
90 // Register command line option for hint diagnostics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected