MLIR
21.0.0git
|
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} |
Struct containing the number of local workgroups to dispatch for each dimension.
Definition at line 49 of file VulkanRuntime.h.
uint32_t NumWorkGroups::x {1} |
Definition at line 50 of file VulkanRuntime.h.
uint32_t NumWorkGroups::y {1} |
Definition at line 51 of file VulkanRuntime.h.
uint32_t NumWorkGroups::z {1} |
Definition at line 52 of file VulkanRuntime.h.