[PATCH] D124981: [AMDGPU] Enable WQM if demotes and softwqm are combined
Ruiling, Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 8 08:41:50 PDT 2022
ruiling added a comment.
The demote itself does not need to enable wqm. So I think soft_wqm should not depend on demote to enable wqm. If some graphics operation needs to run under wqm, it should directly use the non-soft version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124981/new/
https://reviews.llvm.org/D124981
More information about the llvm-commits
mailing list