MLIR 22.0.0git
mlir::gpu::index_lowering Namespace Reference

Classes

struct  OpLowering

Enumerations

enum class  IndexKind : uint32_t { Other = 0 , Block = 1 , Grid = 2 }
enum class  IntrType : uint32_t { None = 0 , Id = 1 , Dim = 2 }

Enumeration Type Documentation

◆ IndexKind

enum class mlir::gpu::index_lowering::IndexKind : uint32_t
strong
Enumerator
Other 
Block 
Grid 

Definition at line 20 of file IndexIntrinsicsOpLowering.h.

◆ IntrType

enum class mlir::gpu::index_lowering::IntrType : uint32_t
strong
Enumerator
None 
Id 
Dim 

Definition at line 21 of file IndexIntrinsicsOpLowering.h.