MLIR 22.0.0git
SCFToGPUPass.cpp File Reference

Go to the source code of this file.

Classes

class  mlir::impl::ConvertAffineForToGPUPassBase< DerivedT >
class  mlir::impl::ConvertParallelLoopToGpuPassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.

Macros

#define GEN_PASS_DEF_CONVERTAFFINEFORTOGPUPASS
#define GEN_PASS_DEF_CONVERTPARALLELLOOPTOGPUPASS

Functions

std::unique_ptr<::mlir::Passmlir::impl::createConvertAffineForToGPUPass ()
std::unique_ptr<::mlir::Passmlir::impl::createConvertAffineForToGPUPass (ConvertAffineForToGPUPassOptions options)
std::unique_ptr<::mlir::Passmlir::createConvertAffineForToGPUPass ()
std::unique_ptr<::mlir::Passmlir::createConvertAffineForToGPUPass (ConvertAffineForToGPUPassOptions options)
std::unique_ptr<::mlir::Passmlir::impl::createConvertParallelLoopToGpuPass ()
std::unique_ptr<::mlir::Passmlir::createConvertParallelLoopToGpuPass ()

Macro Definition Documentation

◆ GEN_PASS_DEF_CONVERTAFFINEFORTOGPUPASS

#define GEN_PASS_DEF_CONVERTAFFINEFORTOGPUPASS

Definition at line 17 of file SCFToGPUPass.cpp.

◆ GEN_PASS_DEF_CONVERTPARALLELLOOPTOGPUPASS

#define GEN_PASS_DEF_CONVERTPARALLELLOOPTOGPUPASS

Definition at line 18 of file SCFToGPUPass.cpp.