Searched refs:NumWGY (Results 1 – 1 of 1) sorted by relevance
534 uint32_t NumWGY = MFI.getMaxNumWorkGroupsY(); in getHSAKernelProps() local542 if (NumWGY != std::numeric_limits<uint32_t>::max() && NumWGY != 0) in getHSAKernelProps()543 Kern[".max_num_workgroups_y"] = Kern.getDocument()->getNode(NumWGY); in getHSAKernelProps()