[PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 6 11:16:11 PDT 2016
Anastasia added a comment.
In https://reviews.llvm.org/D23712#524021, @asavonic wrote:
> In https://reviews.llvm.org/D23712#520818, @Anastasia wrote:
>
> > What would be the use case to override the supported extensions for the end user?
>
>
> Some extensions may be supported by the platform in general, but not by the
> specific version of the OpenCL runtime.
Would triple not be suitable in this case, because they include OS/RT information?
https://reviews.llvm.org/D23712
More information about the cfe-commits
mailing list