// Various constants for the sizes of groups and tiles. // Much of this will be made dynamic in various ways, but for now it's easiest // to hardcode and keep all in one place. // A LG_WG_FACTOR of n scales workgroup sizes by 2^n. Use 0 for a // maximum workgroup size of 128, or 1 for a maximum size of 256. #define LG_WG_FACTOR 1 #define WG_FACTOR (1<