MLIR 24.0.0git
mlir::gpu::KernelDim3 Struct Reference

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

#include "mlir/Dialect/GPU/IR/GPUDialect.h"

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.

Definition at line 39 of file GPUDialect.h.

Member Data Documentation

◆ x

◆ y

◆ z


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