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

Method operator>

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

Source from the content-addressed store, hash-verified

59 return *this < other || *this == other;
60 }
61 bool operator>(const BytecodeVersion &other) const { return other < *this; }
62 bool operator>=(const BytecodeVersion &other) const {
63 return !(*this < other);
64 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected