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

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Feb 19 14:33:43 PST 2025


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

Per recent codebase cleanup, `isGfx942Series` if we don't want to straight-up `==` it.

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


More information about the Mlir-commits mailing list