Home
last modified time | relevance | path

Searched refs:waves_per_workgroup (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp365 unsigned waves_per_workgroup = calc_waves_per_workgroup(program); in calc_min_waves() local
367 program->min_waves = DIV_ROUND_UP(waves_per_workgroup, simd_per_cu_wgp); in calc_min_waves()
374 unsigned waves_per_workgroup = calc_waves_per_workgroup(program); in max_suitable_waves() local
375 unsigned num_workgroups = waves * num_simd / waves_per_workgroup; in max_suitable_waves()
395 if (waves_per_workgroup > 1) in max_suitable_waves()
399 * In cases like waves_per_workgroup=3 or lds=65536 and in max_suitable_waves()
400 * waves_per_workgroup=1, we want the maximum possible number of waves per in max_suitable_waves()
403 unsigned workgroup_waves = num_workgroups * waves_per_workgroup; in max_suitable_waves()

Completed in 1 milliseconds