#include "mlir/Dialect/GPU/Transforms/Utils.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 |
| Include the generated interface declarations.
|
|
| mlir |
| This header declares functions that assit transformations in the MemRef dialect.
|
|
| mlir::gpu |
|
| mlir::LLVM |
|
|
using | mlir::OwnedBlob = std::unique_ptr< std::vector< char > > |
|
using | mlir::BlobGenerator = std::function< OwnedBlob(const std::string &, Location, StringRef)> |
|
using | mlir::LoweringCallback = std::function< std::unique_ptr< llvm::Module >(Operation *, llvm::LLVMContext &, StringRef)> |
|
◆ GEN_PASS_DECL_GPUTOLLVMCONVERSIONPASS
#define GEN_PASS_DECL_GPUTOLLVMCONVERSIONPASS |