MLIR  20.0.0git
Classes | Enumerations
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 mlir::gpu::index_lowering::IndexKind : uint32_t
strong
Enumerator
Other 
Block 
Grid 

Definition at line 19 of file IndexIntrinsicsOpLowering.h.

◆ IntrType

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

Definition at line 20 of file IndexIntrinsicsOpLowering.h.