MLIR 22.0.0git
Chipset.h File Reference
#include "mlir/Support/LLVM.h"
#include <tuple>

Go to the source code of this file.

Classes

struct  mlir::amdgpu::Chipset
 Represents the amdgpu gfx chipset version, e.g., gfx90a, gfx942, gfx1103. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::amdgpu

Macros

#define DEFINE_COMP_OPERATOR(OPERATOR)

Functions

bool mlir::amdgpu::hasOcpFp8 (const Chipset &chipset)

Macro Definition Documentation

◆ DEFINE_COMP_OPERATOR

#define DEFINE_COMP_OPERATOR ( OPERATOR)
Value:
friend bool operator OPERATOR(const Chipset &lhs, const Chipset &rhs) { \
return lhs.asTuple() OPERATOR rhs.asTuple(); \
}
lhs

Definition at line 39 of file Chipset.h.