[libclc] [libclc] Set OpenCL C version for each target (PR #135733)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 18 03:12:03 PDT 2025


arsenm wrote:

> LGTM. That means we compile for the last OpenCL version, which is 3.0, and enable all OpenCL extensions/features, right?

Yes. Otherwise you have to still write the code to work with the lowest common denominator.


https://github.com/llvm/llvm-project/pull/135733


More information about the cfe-commits mailing list