[Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #127728)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Feb 20 13:09:51 PST 2025
================
@@ -49,6 +49,14 @@ struct Chipset {
#undef DEFINE_COMP_OPERATOR
};
+inline bool isGfx940Series(const Chipset &chipset) {
----------------
krzysz00 wrote:
And I'm not sure if "where needed" wasn't supposed to mean "static method in the `.cpp`".
https://github.com/llvm/llvm-project/pull/127728
More information about the Mlir-commits
mailing list