[Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #106160)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Sep 18 14:57:49 PDT 2024
================
@@ -140,6 +140,9 @@ class Type {
bool isF64() const;
bool isF80() const;
bool isF128() const;
+ /// Return true if this is an float type (with the specified width).
+ bool isFloat() const;
+ bool isFloat(unsigned width) const;
----------------
kuhar wrote:
nice!
https://github.com/llvm/llvm-project/pull/106160
More information about the Mlir-commits
mailing list