Home
last modified time | relevance | path

Searched refs:max_waves_per_simd (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp338 unsigned max_waves_per_simd = 10; in update_vgpr_sgpr_demand() local
340 max_waves_per_simd = 8; in update_vgpr_sgpr_demand()
354 program->max_waves = max_waves_per_simd; in update_vgpr_sgpr_demand()
358 unsigned workgroups_per_cu_wgp = max_waves_per_simd * simd_per_cu_wgp / waves_per_workgroup; in update_vgpr_sgpr_demand()
/external/mesa3d/docs/relnotes/
D20.2.0.rst3935 - aco: fix max_waves_per_simd on Polaris, VegaM and GFX10.3