[all-commits] [llvm/llvm-project] 8292e0: [libclc] Build for OpenCL 3.0 (#135733)
Wenju He via All-commits
all-commits at lists.llvm.org
Wed Apr 23 05:16:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8292e050e62f69ae9aea68fafd011152eede7e4d
https://github.com/llvm/llvm-project/commit/8292e050e62f69ae9aea68fafd011152eede7e4d
Author: Wenju He <wenju.he at intel.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M libclc/CMakeLists.txt
Log Message:
-----------
[libclc] Build for OpenCL 3.0 (#135733)
This PR is modified cherry-pick of
https://github.com/intel/llvm/commit/cba338e5fb1c
This PR sets OpenCL language version to be the same, which is 3.0,
for every target and device, in order to unify the build process.
Target should define supported extensions and features via
setSupportedOpenCLOpts API.
llvm-diff shows one change to amdgcn--amdhsa.bc:
* ctz symbols are added since they are now enabled for amdgcn.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list