MLIR  20.0.0git
Classes | Namespaces | Macros
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

 mlir
 Include the generated interface declarations.
 
 mlir::amdgpu
 

Macros

#define DEFINE_COMP_OPERATOR(OPERATOR)
 

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(); \
}

Definition at line 39 of file Chipset.h.