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

Mirza Halilčević llvmlistbot at llvm.org
Mon Feb 24 14:23:35 PST 2025


================
@@ -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


More information about the Mlir-commits mailing list