MLIR  21.0.0git
Public Attributes | List of all members
NumWorkGroups Struct Reference

Struct containing the number of local workgroups to dispatch for each dimension. More...

#include "ExecutionEngine/VulkanRuntime.h"

Public Attributes

uint32_t x {1}
 
uint32_t y {1}
 
uint32_t z {1}
 

Detailed Description

Struct containing the number of local workgroups to dispatch for each dimension.

Definition at line 49 of file VulkanRuntime.h.

Member Data Documentation

◆ x

uint32_t NumWorkGroups::x {1}

Definition at line 50 of file VulkanRuntime.h.

◆ y

uint32_t NumWorkGroups::y {1}

Definition at line 51 of file VulkanRuntime.h.

◆ z

uint32_t NumWorkGroups::z {1}

Definition at line 52 of file VulkanRuntime.h.


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