[PATCH] D45503: [AMDGPU] Ensure there are enough registers for wave dispatch

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 13:44:37 PDT 2018


arsenm added a comment.

Arguably we could also just report the number used by the shader and it’s the runtime’s responsibility to round up from the number of registers used, but since we are sort of just emitting the raw config register value that doesn’t really work


Repository:
  rL LLVM

https://reviews.llvm.org/D45503





More information about the llvm-commits mailing list