diff options
author | Samuel Pitoiset <[email protected]> | 2020-03-27 15:16:39 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-01 17:50:31 +0000 |
commit | 2f424c83e072f6a21d15af1064f6e744e801fbfa (patch) | |
tree | 5ede80bc892e2c35843e421b1afa17fffbbe432f /.gitlab-ci/build-deqp-vk.sh | |
parent | 68f325b256d96dca923f6c7d84bc6faf43911245 (diff) |
aco: only break SMEM clauses if XNACK is enabled (mostly APUs)
According to LLVM, it seems only required for APUs like RAVEN, but
we still ensure that SMEM stores are in their own clause.
pipeline-db (VEGA10):
Totals from affected shaders:
SGPRS: 1775364 -> 1775364 (0.00 %)
VGPRS: 1287176 -> 1287176 (0.00 %)
Spilled SGPRs: 725 -> 725 (0.00 %)
Spilled VGPRs: 0 -> 0 (0.00 %)
Code Size: 65386620 -> 65107460 (-0.43 %) bytes
Max Waves: 287099 -> 287099 (0.00 %)
pipeline-db (POLARIS10):
Totals from affected shaders:
SGPRS: 1797743 -> 1797743 (0.00 %)
VGPRS: 1271108 -> 1271108 (0.00 %)
Spilled SGPRs: 730 -> 730 (0.00 %)
Spilled VGPRs: 0 -> 0 (0.00 %)
Code Size: 64046244 -> 63782324 (-0.41 %) bytes
Max Waves: 254875 -> 254875 (0.00 %)
This only affects GFX6-GFX9 chips because the compiler uses a
different pass for GFX10.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Daniel Schürmann <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4349>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4349>
Diffstat (limited to '.gitlab-ci/build-deqp-vk.sh')
0 files changed, 0 insertions, 0 deletions