[PATCH] D45246: Add AMDPAL Code Conventions section to AMD docs
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 04:27:16 PDT 2018
nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.
Thanks, that should be useful. One typo :)
================
Comment at: docs/AMDGPUUsage.rst:3799
+written from a command buffer and then loaded into SGPRs when waves are launched
+via a subsequent diapatch or draw operation. This is the way most arguments are
+passed from the application/runtime to a hardware shader.
----------------
Typo: dispatch
Repository:
rL LLVM
https://reviews.llvm.org/D45246
More information about the llvm-commits
mailing list