[Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #127728)

Jakub Kuderski llvmlistbot at llvm.org
Thu Feb 27 11:36:05 PST 2025


================
@@ -49,6 +49,14 @@ struct Chipset {
 #undef DEFINE_COMP_OPERATOR
 };
 
+inline bool isGfx940Series(const Chipset &chipset) {
----------------
kuhar wrote:

In this instance we are pretty sure gfx942 is the only gfxip version in the gfx940 series

https://github.com/llvm/llvm-project/pull/127728


More information about the Mlir-commits mailing list