[PATCH] D82087: AMDGPU/clang: Add builtins for llvm.amdgcn.ballot
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 26 16:03:21 PDT 2020
JonChesterfield added a comment.
A macro for wavefront size would make targeting gfx10 for openmp easier.
We currently use an int32_t for nvptx and an int64_t for amdgcn in various runtime function interfaces. I'd like to be able to set the latter based on said macro.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82087/new/
https://reviews.llvm.org/D82087
More information about the cfe-commits
mailing list