[all-commits] [llvm/llvm-project] ec0a88: libclc: Add clspv64 target
Kévin Petit via All-commits
all-commits at lists.llvm.org
Thu Jan 13 01:27:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec0a880d54632923b4d0742f38d565830fc0d0e0
https://github.com/llvm/llvm-project/commit/ec0a880d54632923b4d0742f38d565830fc0d0e0
Author: Kévin Petit <kpet at free.fr>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M libclc/CMakeLists.txt
A libclc/clspv64
Log Message:
-----------
libclc: Add clspv64 target
Add a variant of the clspv target that is built using spir64.
This is a pre-requisite to supporting spir64 in clspv which is
required to take advantage of SPV_KHR_physical_storage_buffer which
in turn enables more OpenCL C programs to be compiled with clspv.
https://reviews.llvm.org/D116668
More information about the All-commits
mailing list