Searched refs:threadgroupsPerGrid (Results 1 – 15 of 15) sorted by relevance
59 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid82 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid144 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid164 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid196 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid228 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
26 const auto threadgroupsPerGrid = MTLSizeMake(32 return {threadsPerThreadgroup, threadgroupsPerGrid, threadsPerGrid};
27 MTLSize threadgroupsPerGrid; member
40 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
45 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid121 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid154 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
41 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid76 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
43 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid78 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
39 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid72 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
44 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
92 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid130 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
79 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
52 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
80 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
56 [encoder dispatchThreadgroups:launchParams.threadgroupsPerGrid
244 …MTLSize threadgroupsPerGrid = MTLSizeMake(std::min(maxThreadgroups, ceil_div<int64_t>(numel_in, tg…246 … [computeEncoder dispatchThreadgroups:threadgroupsPerGrid threadsPerThreadgroup:threadGroupSize];