MLIR
20.0.0git
|
#include "mlir/Dialect/Arith/Utils/Utils.h"
#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) |
#define DEBUG_TYPE "xegpu" |
Definition at line 17 of file XeGPUOps.cpp.
#define GET_OP_CLASSES |
Definition at line 569 of file XeGPUOps.cpp.