[PATCH] D58957: [AMDGPU] Add an experimental buffer fat pointer address space.
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 06:22:10 PST 2019
sheredom marked 3 inline comments as done.
sheredom added inline comments.
================
Comment at: docs/AMDGPUUsage.rst:294-295
6 Constant 32-bit
- ================== =================
+ 7 Buffer Fat Pointer (experimental)
+ ================== =================================
+
----------------
arsenm wrote:
> Might as well reserve more for 256-bit descriptors. We'll probably need several of these eventually
I'd rather not do that now - we'll need at least 3 (1 for image descriptors, 1 for structured buffer descriptors, 1 for samplers) more and I don't want to go through all the steps of adding them everywhere when we've got no immediate need for them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58957/new/
https://reviews.llvm.org/D58957
More information about the llvm-commits
mailing list