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

Method operator!=

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

Source from the content-addressed store, hash-verified

46 verTag == other.verTag;
47 }
48 bool operator!=(const BytecodeVersion &other) const {
49 return !(*this == other);
50 }
51 bool operator<(const BytecodeVersion &other) const {
52 if (verMajor != other.verMajor)
53 return verMajor < other.verMajor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected