[Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #127728)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Feb 20 13:06:35 PST 2025
================
@@ -49,6 +49,14 @@ struct Chipset {
#undef DEFINE_COMP_OPERATOR
};
+inline bool isGfx940Series(const Chipset &chipset) {
----------------
krzysz00 wrote:
For that, there's just a `kGfx942` running around in a bunch of files - take equality to that
https://github.com/llvm/llvm-project/pull/127728
More information about the Mlir-commits
mailing list