[PATCH] D98832: [libomptarget] Tune the number of teams and threads for kernel launch.
Dhruva Chakrabarti via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 16:03:50 PDT 2021
dhruvachak added a comment.
In D98832#2635396 <https://reviews.llvm.org/D98832#2635396>, @jdoerfert wrote:
> Could you upload patches with full context please
Updated with the full context.
Like xmm. Here in particular, I am referring to the vector register file of a GPU.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h:91
+ /// Total number of vector registers per CU or SM
+ GV_Total_Vector_Registers
};
----------------
jdoerfert wrote:
> Vector registers? Like xmm? or registers?
Like xmm. Here in particular, I am referring to the vector register file of a GPU.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98832/new/
https://reviews.llvm.org/D98832
More information about the llvm-commits
mailing list