[PATCH] D77910: AMDGPU: Define cl_khr_gl_sharing as a supported extension
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 10 19:57:07 PDT 2020
yaxunl added a comment.
I am not so sure whether compiler should always report this.
I thought it depends on platform and should let runtime to add it when it is really supported.
But on the other hand, we could report it by default if it is the most case, and let runtime to disable it if it is not supported.
So I will defer this to Brian.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77910/new/
https://reviews.llvm.org/D77910
More information about the cfe-commits
mailing list