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

Method operator<

tools/cuda-tile-tblgen/BytecodeGenUtilities.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 int major;
138 int minor;
139 bool operator<(const VersionKey &other) const {
140 return std::tie(major, minor) < std::tie(other.major, other.minor);
141 }
142 };
143 std::map<VersionKey, std::vector<StringRef>> versionGroups;
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected