[PATCH] D63366: AMDGPU: Add GWS instruction builtins
Ulrich Weigand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 19 08:11:24 PDT 2019
uweigand added a comment.
I'm now getting test suite failures like this:
/home/uweigand/llvm/llvm-head/tools/clang/test/CodeGenOpenCL/builtins-amdgcn.cl:554:3: error: cannot compile this builtin function yet
__builtin_amdgcn_ds_gws_init(value, id);
Is this supposed to work? I'm not seeing any LLVM support for this builtin anywhere ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63366/new/
https://reviews.llvm.org/D63366
More information about the cfe-commits
mailing list