Searched refs:warps_max (Results 1 – 2 of 2) sorted by relevance
50 uint32_t warps_max; member
139 .warps_max = UINT32_MAX, // max warps for the entire multiprocessor271 …t const bc_block_rd = (((hsg_config.block.smem_bc * bc_warps_min) / hsg_config.block.warps_max) / in hsg_merge_levels_init_shared()1481 if (hsg_config.block.warps_max == UINT32_MAX) in main()1482 hsg_config.block.warps_max = pow2_ru_u32(warps); in main()1488 hsg_config.block.warps_max = atoi(optarg); in main()