#include "mlir/Dialect/GPU/Transforms/Utils.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/Types.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
#include <vector>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
|
| llvm |
| The OpAsmOpInterface, see OpAsmInterface.td for more details.
|
|
| mlir |
| Include the generated interface declarations.
|
|
| mlir::gpu |
|
| mlir::LLVM |
|
|
using | mlir::LoweringCallback = std::function< std::unique_ptr< llvm::Module >(Operation *, llvm::LLVMContext &, StringRef)> |
|
using | mlir::MemorySpaceMapping = std::function< unsigned(gpu::AddressSpace)> |
| A function that maps a MemorySpace enum to a target-specific integer value. More...
|
|
◆ GEN_PASS_DECL_GPUTOLLVMCONVERSIONPASS
#define GEN_PASS_DECL_GPUTOLLVMCONVERSIONPASS |