My Project
Public Attributes | List of all members
mlir::gpu::KernelDim3 Struct Reference

#include <GPUDialect.h>

Collaboration diagram for mlir::gpu::KernelDim3:
Collaboration graph
[legend]

Public Attributes

Value x
 
Value y
 
Value z
 

Detailed Description

Utility class for the GPU dialect to represent triples of Values accessible through .x, .y, and .z similarly to CUDA notation.

Member Data Documentation

◆ x

Value mlir::gpu::KernelDim3::x

◆ y

Value mlir::gpu::KernelDim3::y

◆ z

Value mlir::gpu::KernelDim3::z

The documentation for this struct was generated from the following file: