MLIR  19.0.0git
Namespaces | Macros | Functions
XeGPUOps.cpp File Reference
#include "mlir/Dialect/Utils/StaticValueUtils.h"
#include "mlir/Dialect/XeGPU/IR/XeGPU.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/TypeUtilities.h"
#include "llvm/Support/Debug.h"
#include <mlir/Dialect/XeGPU/IR/XeGPUEnums.cpp.inc>
#include <mlir/Dialect/XeGPU/IR/XeGPU.cpp.inc>

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::xegpu
 

Macros

#define DEBUG_TYPE   "xegpu"
 
#define GET_OP_CLASSES
 

Functions

static void mlir::xegpu::transpose (llvm::ArrayRef< int64_t > trans, SmallVector< int64_t > &shape)
 
template<typename T >
static std::string mlir::xegpu::makeString (T array, bool breakline=false)
 
static SmallVector< int64_t > mlir::xegpu::getShapeOf (Type type)
 
static int64_t mlir::xegpu::getRankOf (Value val)
 
static bool mlir::xegpu::isReadHintOrNone (const CachePolicyAttr &attr)
 
static bool mlir::xegpu::isWriteHintOrNone (const CachePolicyAttr &attr)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "xegpu"

Definition at line 16 of file XeGPUOps.cpp.

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 436 of file XeGPUOps.cpp.