================
@@ -49,6 +49,14 @@ struct Chipset {
#undef DEFINE_COMP_OPERATOR
};
+inline bool isGfx940Series(const Chipset &chipset) {
----------------
mirza-halilcevic wrote:
That makes sense.
@kuhar What do you think?
https://github.com/llvm/llvm-project/pull/127728