MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / operator>=

Method operator>=

include/cuda_tile/Bytecode/Common/Version.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61 bool operator>(const BytecodeVersion &other) const { return other < *this; }
62 bool operator>=(const BytecodeVersion &other) const {
63 return !(*this < other);
64 }
65
66 /// Convert the version to a human-readable string format.
67 std::string toString() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected