Author: Joseph Huber Date: 2026-03-09T08:14:15-05:00 New Revision: 6add4bf5f3064ad42de3ba5ed24b31a71a18d16e
URL: https://github.com/llvm/llvm-project/commit/6add4bf5f3064ad42de3ba5ed24b31a71a18d16e DIFF: https://github.com/llvm/llvm-project/commit/6add4bf5f3064ad42de3ba5ed24b31a71a18d16e.diff LOG: [libclc] Copy old SOURCES list exactly to new format Summary: Things got shuffled around, some sources got added. This should hopefully resolve some issues seen after landing https://github.com/llvm/llvm-project/pull/185247 Added: Modified: libclc/opencl/lib/spirv/CMakeLists.txt Removed: ################################################################################ diff --git a/libclc/opencl/lib/spirv/CMakeLists.txt b/libclc/opencl/lib/spirv/CMakeLists.txt index 18854e6bc88d2..ab6fea0692c09 100644 --- a/libclc/opencl/lib/spirv/CMakeLists.txt +++ b/libclc/opencl/lib/spirv/CMakeLists.txt @@ -6,8 +6,6 @@ libclc_configure_source_list(OPENCL_SPIRV_SOURCES ${_gen} async/async_work_group_strided_copy.cl async/wait_group_events.cl - collective/work_group_any_all.cl - collective/work_group_broadcast.cl common/degrees.cl common/mix.cl common/radians.cl @@ -22,8 +20,8 @@ libclc_configure_source_list(OPENCL_SPIRV_SOURCES geometric/fast_normalize.cl geometric/length.cl geometric/normalize.cl - integer/mad_sat.cl integer/rotate.cl + integer/mad_sat.cl math/acos.cl math/acosh.cl math/acospi.cl @@ -42,9 +40,9 @@ libclc_configure_source_list(OPENCL_SPIRV_SOURCES math/erf.cl math/erfc.cl math/exp.cl + math/expm1.cl math/exp2.cl math/exp10.cl - math/expm1.cl math/fmod.cl math/fract.cl math/frexp.cl @@ -56,9 +54,9 @@ libclc_configure_source_list(OPENCL_SPIRV_SOURCES math/lgamma.cl math/lgamma_r.cl math/log.cl - math/log2.cl math/log10.cl math/log1p.cl + math/log2.cl math/logb.cl math/modf.cl math/pow.cl @@ -75,12 +73,6 @@ libclc_configure_source_list(OPENCL_SPIRV_SOURCES math/tanh.cl math/tanpi.cl math/tgamma.cl - mem_fence/fence.cl shared/vload.cl shared/vstore.cl - subgroup/subgroup.cl - synchronization/sub_group_barrier.cl - synchronization/work_group_barrier.cl - workitem/get_global_offset.cl - workitem/get_work_dim.cl ) _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
