llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-amdgpu

Author: Fraser Cormack (frasercrmck)

<details>
<summary>Changes</summary>

This commit bulk updates all '.h', '.cl', '.inc', and '.cpp' files to add any 
missing license headers.

The remaining files are generally CMake, SOURCES, scripts, markdown, etc.

There are still some '.ll' files which may benefit from a license header. I 
can't find an example of an LLVM IR file with a license header in the rest of 
LLVM, but unlike most other (sub)projects, libclc has examples of LLVM IR as 
source files, compiled and built into the library.

---

Patch is 467.41 KiB, truncated to 20.00 KiB below, full version: 
https://github.com/llvm/llvm-project/pull/132239.diff


656 Files Affected:

- (modified) libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl (+8) 
- (modified) libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl (+8) 
- (modified) libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl (+8) 
- (modified) libclc/amdgcn/lib/math/fmax.cl (+8) 
- (modified) libclc/amdgcn/lib/math/fmin.cl (+8) 
- (modified) libclc/amdgcn/lib/mem_fence/fence.cl (+8) 
- (modified) libclc/amdgcn/lib/synchronization/barrier.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_global_offset.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_global_size.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_group_id.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_local_id.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_local_size.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_num_groups.cl (+8) 
- (modified) libclc/amdgcn/lib/workitem/get_work_dim.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_exp.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_exp10.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_exp2.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_log.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_log10.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_log2.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_native_unary.inc (+8) 
- (modified) libclc/amdgpu/lib/math/half_recip.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_rsqrt.cl (+8) 
- (modified) libclc/amdgpu/lib/math/half_sqrt.cl (+8) 
- (modified) libclc/amdgpu/lib/math/native_exp.cl (+8) 
- (modified) libclc/amdgpu/lib/math/native_exp.inc (+8) 
- (modified) libclc/amdgpu/lib/math/native_log.cl (+8) 
- (modified) libclc/amdgpu/lib/math/native_log.inc (+8) 
- (modified) libclc/amdgpu/lib/math/native_log10.cl (+8) 
- (modified) libclc/amdgpu/lib/math/native_log10.inc (+8) 
- (modified) libclc/clc/include/clc/clc_as_type.h (+8) 
- (modified) libclc/clc/include/clc/clc_convert.h (+8) 
- (modified) libclc/clc/include/clc/clcfunc.h (+8) 
- (modified) libclc/clc/include/clc/clcmacro.h (+8) 
- (modified) libclc/clc/include/clc/clctypes.h (+8) 
- (modified) libclc/clc/include/clc/common/clc_degrees.h (+8) 
- (modified) libclc/clc/include/clc/common/clc_radians.h (+8) 
- (modified) libclc/clc/include/clc/common/clc_sign.h (+8) 
- (modified) libclc/clc/include/clc/common/clc_smoothstep.h (+8) 
- (modified) libclc/clc/include/clc/common/clc_smoothstep.inc (+8) 
- (modified) libclc/clc/include/clc/float/definitions.h (+8) 
- (modified) libclc/clc/include/clc/geometric/clc_dot.h (+8) 
- (modified) libclc/clc/include/clc/geometric/clc_dot.inc (+8) 
- (modified) libclc/clc/include/clc/geometric/floatn.inc (+8) 
- (modified) libclc/clc/include/clc/integer/clc_abs.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_abs.inc (+8) 
- (modified) libclc/clc/include/clc/integer/clc_abs_diff.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_abs_diff.inc (+8) 
- (modified) libclc/clc/include/clc/integer/clc_add_sat.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_clz.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_hadd.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_mad24.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_mad_hi.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_mad_sat.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_mul24.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_mul_hi.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_popcount.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_rhadd.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_rotate.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_sub_sat.h (+8) 
- (modified) libclc/clc/include/clc/integer/clc_upsample.h (+8) 
- (modified) libclc/clc/include/clc/integer/definitions.h (+8) 
- (modified) libclc/clc/include/clc/integer/gentype.inc (+8) 
- (modified) libclc/clc/include/clc/integer/gentype24.inc (+8) 
- (modified) libclc/clc/include/clc/internal/clc.h (+8) 
- (modified) libclc/clc/include/clc/internal/math/clc_sw_fma.h (+8) 
- (modified) libclc/clc/include/clc/math/binary_decl_with_scalar_second_arg.inc 
(+8) 
- (modified) libclc/clc/include/clc/math/clc_ceil.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_copysign.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_fabs.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_floor.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_fma.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_frexp.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_hypot.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_ldexp.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_ldexp.inc (+8) 
- (modified) libclc/clc/include/clc/math/clc_log.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_log10.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_log2.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_mad.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_modf.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_nan.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_nan.inc (+8) 
- (modified) libclc/clc/include/clc/math/clc_nextafter.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_rint.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_round.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_rsqrt.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_sqrt.h (+8) 
- (modified) libclc/clc/include/clc/math/clc_trunc.h (+8) 
- (modified) libclc/clc/include/clc/math/gentype.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_builtin.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_decl_with_int_ptr.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_decl_with_ptr.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_def_with_int_ptr.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_def_with_ptr.inc (+8) 
- (modified) libclc/clc/include/clc/math/unary_intrin.inc (+8) 
- (modified) libclc/clc/include/clc/relational/binary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/relational/clc_all.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_any.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isequal.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isfinite.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isgreater.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isgreaterequal.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isinf.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isless.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_islessequal.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_islessgreater.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isnan.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isnormal.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isnotequal.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isordered.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_isunordered.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_select.h (+8) 
- (modified) libclc/clc/include/clc/relational/clc_select_decl.inc (+8) 
- (modified) libclc/clc/include/clc/relational/clc_select_impl.inc (+8) 
- (modified) libclc/clc/include/clc/relational/clc_signbit.h (+8) 
- (modified) libclc/clc/include/clc/relational/floatn.inc (+8) 
- (modified) libclc/clc/include/clc/relational/relational.h (+8) 
- (modified) libclc/clc/include/clc/relational/unary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/shared/binary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/shared/binary_def.inc (+8) 
- (modified) libclc/clc/include/clc/shared/clc_clamp.h (+8) 
- (modified) libclc/clc/include/clc/shared/clc_clamp.inc (+8) 
- (modified) libclc/clc/include/clc/shared/clc_max.h (+8) 
- (modified) libclc/clc/include/clc/shared/clc_max.inc (+8) 
- (modified) libclc/clc/include/clc/shared/clc_min.h (+8) 
- (modified) libclc/clc/include/clc/shared/clc_min.inc (+8) 
- (modified) libclc/clc/include/clc/shared/ternary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/shared/ternary_def.inc (+8) 
- (modified) libclc/clc/include/clc/shared/unary_decl.inc (+8) 
- (modified) libclc/clc/include/clc/shared/unary_def.inc (+8) 
- (modified) libclc/clc/include/clc/utils.h (+8) 
- (modified) libclc/clc/lib/generic/common/clc_sign.cl (+8) 
- (modified) libclc/clc/lib/generic/common/clc_sign.inc (+8) 
- (modified) libclc/clc/lib/generic/geometric/clc_dot.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_abs.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_abs.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_abs_diff.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_abs_diff.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_add_sat.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_clz.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_hadd.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_hadd.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mad24.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mad24.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mad_sat.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mul24.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mul24.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_mul_hi.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_popcount.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_rhadd.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_rhadd.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_rotate.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_rotate.inc (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_sub_sat.cl (+8) 
- (modified) libclc/clc/lib/generic/integer/clc_upsample.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_ceil.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_copysign.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_fabs.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_floor.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_fma.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_fma.inc (+8) 
- (modified) libclc/clc/lib/generic/math/clc_log.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_mad.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_mad.inc (+8) 
- (modified) libclc/clc/lib/generic/math/clc_nan.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_nan.inc (+8) 
- (modified) libclc/clc/lib/generic/math/clc_nextafter.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_rint.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_round.cl (+8) 
- (modified) libclc/clc/lib/generic/math/clc_rsqrt.inc (+8) 
- (modified) libclc/clc/lib/generic/math/clc_trunc.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_all.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_any.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isequal.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isfinite.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isgreater.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isgreaterequal.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isinf.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isless.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_islessequal.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_islessgreater.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isnan.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isnormal.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isnotequal.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isordered.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_isunordered.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_select.cl (+8) 
- (modified) libclc/clc/lib/generic/relational/clc_signbit.cl (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_clamp.cl (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_clamp.inc (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_max.cl (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_max.inc (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_min.cl (+8) 
- (modified) libclc/clc/lib/generic/shared/clc_min.inc (+8) 
- (modified) libclc/clc/lib/r600/math/clc_rsqrt_override.cl (+8) 
- (modified) libclc/clc/lib/spirv/math/clc_runtime_has_hw_fma32.cl (+8) 
- (modified) libclc/clspv/lib/math/fma.cl (+8) 
- (modified) libclc/clspv/lib/shared/vstore_half.cl (+8) 
- (modified) libclc/clspv/lib/shared/vstore_half.inc (+8) 
- (modified) libclc/generic/include/clc/as_type.h (+8) 
- (modified) libclc/generic/include/clc/async/async_work_group_copy.h (+8) 
- (modified) libclc/generic/include/clc/async/async_work_group_copy.inc (+8) 
- (modified) libclc/generic/include/clc/async/async_work_group_strided_copy.h 
(+8) 
- (modified) libclc/generic/include/clc/async/async_work_group_strided_copy.inc 
(+8) 
- (modified) libclc/generic/include/clc/async/gentype.inc (+7) 
- (modified) libclc/generic/include/clc/async/prefetch.h (+8) 
- (modified) libclc/generic/include/clc/async/prefetch.inc (+8) 
- (modified) libclc/generic/include/clc/async/wait_group_events.h (+8) 
- (modified) libclc/generic/include/clc/atom_decl_int32.inc (+8) 
- (modified) libclc/generic/include/clc/atom_decl_int64.inc (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_add.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_and.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_cmpxchg.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_dec.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_decl.inc (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_inc.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_max.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_min.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_or.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_sub.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_xchg.h (+8) 
- (modified) libclc/generic/include/clc/atomic/atomic_xor.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_add.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_cmpxchg.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_inc.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_sub.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_base_atomics/atom_xchg.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_extended_atomics/atom_and.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_extended_atomics/atom_max.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_extended_atomics/atom_min.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_extended_atomics/atom_or.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_global_int32_extended_atomics/atom_xor.h (+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_add.h 
(+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h (+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_dec.h 
(+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_inc.h 
(+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_sub.h 
(+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_xchg.h 
(+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_int64_extended_atomics/atom_and.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_int64_extended_atomics/atom_max.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_int64_extended_atomics/atom_min.h (+8) 
- (modified) libclc/generic/include/clc/cl_khr_int64_extended_atomics/atom_or.h 
(+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_int64_extended_atomics/atom_xor.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_add.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_cmpxchg.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_dec.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_inc.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_sub.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_base_atomics/atom_xchg.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_extended_atomics/atom_and.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_extended_atomics/atom_max.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_extended_atomics/atom_min.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_extended_atomics/atom_or.h (+8) 
- (modified) 
libclc/generic/include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h (+8) 
- (modified) libclc/generic/include/clc/clc.h (+8) 
- (modified) libclc/generic/include/clc/clcmacros.h (+8) 
- (modified) libclc/generic/include/clc/common/mix.h (+8) 
- (modified) libclc/generic/include/clc/common/mix.inc (+8) 
- (modified) libclc/generic/include/clc/common/sign.h (+8) 
- (modified) libclc/generic/include/clc/convert.h (+8) 
- (modified) libclc/generic/include/clc/explicit_fence/explicit_memory_fence.h 
(+8) 
- (modified) libclc/generic/include/clc/geometric/cross.h (+8) 
- (modified) libclc/generic/include/clc/geometric/distance.h (+8) 
- (modified) libclc/generic/include/clc/geometric/dot.h (+8) 
- (modified) libclc/generic/include/clc/geometric/dot.inc (+8) 
- (modified) libclc/generic/include/clc/geometric/length.h (+8) 
- (modified) libclc/generic/include/clc/geometric/length.inc (+8) 
- (modified) libclc/generic/include/clc/geometric/normalize.h (+8) 
- (modified) libclc/generic/include/clc/geometric/normalize.inc (+8) 
- (modified) libclc/generic/include/clc/image/image.h (+8) 
- (modified) libclc/generic/include/clc/image/image_defines.h (+8) 
- (modified) libclc/generic/include/clc/integer/abs.h (+8) 
- (modified) libclc/generic/include/clc/integer/abs.inc (+8) 
- (modified) libclc/generic/include/clc/integer/abs_diff.h (+8) 
- (modified) libclc/generic/include/clc/integer/abs_diff.inc (+8) 
- (modified) libclc/generic/include/clc/integer/add_sat.h (+8) 
- (modified) libclc/generic/include/clc/integer/add_sat.inc (+8) 
- (modified) libclc/generic/include/clc/integer/clz.h (+8) 
- (modified) libclc/generic/include/clc/integer/hadd.h (+8) 
- (modified) libclc/generic/include/clc/integer/integer-gentype.inc (+8) 
- (modified) libclc/generic/include/clc/integer/mad24.h (+8) 
- (modified) libclc/generic/include/clc/integer/mad_hi.h (+8) 
- (modified) libclc/generic/include/clc/integer/mad_sat.h (+8) 
- (modified) libclc/generic/include/clc/integer/mad_sat.inc (+8) 
- (modified) libclc/generic/include/clc/integer/mul24.h (+8) 
- (modified) libclc/generic/include/clc/integer/mul_hi.h (+8) 
- (modified) libclc/generic/include/clc/integer/popcount.h (+8) 
- (modified) libclc/generic/include/clc/integer/rhadd.h (+8) 
- (modified) libclc/generic/include/clc/integer/rotate.h (+8) 
- (modified) libclc/generic/include/clc/integer/rotate.inc (+8) 
- (modified) libclc/generic/include/clc/integer/sub_sat.h (+8) 
- (modified) libclc/generic/include/clc/integer/sub_sat.inc (+8) 
- (modified) libclc/generic/include/clc/integer/unary.inc (+8) 
- (modified) libclc/generic/include/clc/integer/upsample.h (+8) 
- (modified) libclc/generic/include/clc/math/acos.h (+8) 
- (modified) libclc/generic/include/clc/math/asin.h (+8) 
- (modified) libclc/generic/include/clc/math/binary_decl_tt.inc (+8) 
- (modified) libclc/generic/include/clc/math/ceil.h (+8) 
- (modified) libclc/generic/include/clc/math/copysign.h (+8) 
- (modified) libclc/generic/include/clc/math/cos.h (+8) 
- (modified) libclc/generic/include/clc/math/cospi.h (+8) 
- (modified) libclc/generic/include/clc/math/erf.h (+8) 
- (modified) libclc/generic/include/clc/math/erfc.h (+8) 
- (modified) libclc/generic/include/clc/math/exp.h (+8) 
- (modified) libclc/generic/include/clc/math/exp10.h (+8) 
- (modified) libclc/generic/include/clc/math/expm1.h (+8) 
- (modified) libclc/generic/include/clc/math/fabs.h (+8) 


``````````diff
diff --git a/libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl 
b/libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl
index 62bd2ba283523..6d48a40117115 100644
--- a/libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl
+++ b/libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #if __clang_major__ >= 8
diff --git a/libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl 
b/libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl
index 9f09fd5a16ec6..5ef8e1fd4435c 100644
--- a/libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl
+++ b/libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #if __clang_major__ >= 8
diff --git a/libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl 
b/libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl
index 35dc221885211..2ef5197cd1fd3 100644
--- a/libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl
+++ b/libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 
 #include <clc/clc.h>
 
diff --git a/libclc/amdgcn/lib/math/fmax.cl b/libclc/amdgcn/lib/math/fmax.cl
index 4407d4a87f9ea..8d3bf0495390f 100644
--- a/libclc/amdgcn/lib/math/fmax.cl
+++ b/libclc/amdgcn/lib/math/fmax.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 #include <clc/clcmacro.h>
 
diff --git a/libclc/amdgcn/lib/math/fmin.cl b/libclc/amdgcn/lib/math/fmin.cl
index 4d02a47babdab..689401323105d 100644
--- a/libclc/amdgcn/lib/math/fmin.cl
+++ b/libclc/amdgcn/lib/math/fmin.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 #include <clc/clcmacro.h>
 
diff --git a/libclc/amdgcn/lib/mem_fence/fence.cl 
b/libclc/amdgcn/lib/mem_fence/fence.cl
index c7a10bb0238a3..8d3492ed9122f 100644
--- a/libclc/amdgcn/lib/mem_fence/fence.cl
+++ b/libclc/amdgcn/lib/mem_fence/fence.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 void __clc_amdgcn_s_waitcnt(unsigned flags);
diff --git a/libclc/amdgcn/lib/synchronization/barrier.cl 
b/libclc/amdgcn/lib/synchronization/barrier.cl
index 82bbd4b530f37..248b9c1462b0c 100644
--- a/libclc/amdgcn/lib/synchronization/barrier.cl
+++ b/libclc/amdgcn/lib/synchronization/barrier.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 _CLC_DEF _CLC_OVERLOAD void barrier(cl_mem_fence_flags flags) {
diff --git a/libclc/amdgcn/lib/workitem/get_global_offset.cl 
b/libclc/amdgcn/lib/workitem/get_global_offset.cl
index 73d5694523ac2..240dd806734df 100644
--- a/libclc/amdgcn/lib/workitem/get_global_offset.cl
+++ b/libclc/amdgcn/lib/workitem/get_global_offset.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #if __clang_major__ >= 8
diff --git a/libclc/amdgcn/lib/workitem/get_global_size.cl 
b/libclc/amdgcn/lib/workitem/get_global_size.cl
index 0fec7e24966fd..9626d5f3e80e3 100644
--- a/libclc/amdgcn/lib/workitem/get_global_size.cl
+++ b/libclc/amdgcn/lib/workitem/get_global_size.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 _CLC_DEF _CLC_OVERLOAD size_t get_global_size(uint dim) {
diff --git a/libclc/amdgcn/lib/workitem/get_group_id.cl 
b/libclc/amdgcn/lib/workitem/get_group_id.cl
index 211c86eea10d1..d4ad33df95194 100644
--- a/libclc/amdgcn/lib/workitem/get_group_id.cl
+++ b/libclc/amdgcn/lib/workitem/get_group_id.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 _CLC_DEF _CLC_OVERLOAD size_t get_group_id(uint dim) {
diff --git a/libclc/amdgcn/lib/workitem/get_local_id.cl 
b/libclc/amdgcn/lib/workitem/get_local_id.cl
index 073ecfa40ab44..01709e0cf84ce 100644
--- a/libclc/amdgcn/lib/workitem/get_local_id.cl
+++ b/libclc/amdgcn/lib/workitem/get_local_id.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 _CLC_DEF _CLC_OVERLOAD size_t get_local_id(uint dim) {
diff --git a/libclc/amdgcn/lib/workitem/get_local_size.cl 
b/libclc/amdgcn/lib/workitem/get_local_size.cl
index c398b7eb5a9d1..9cb0dc7316a2c 100644
--- a/libclc/amdgcn/lib/workitem/get_local_size.cl
+++ b/libclc/amdgcn/lib/workitem/get_local_size.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 uint __clc_amdgcn_get_local_size_x(void) __asm("llvm.r600.read.local.size.x");
diff --git a/libclc/amdgcn/lib/workitem/get_num_groups.cl 
b/libclc/amdgcn/lib/workitem/get_num_groups.cl
index 020741e49cb79..90bcc328aa000 100644
--- a/libclc/amdgcn/lib/workitem/get_num_groups.cl
+++ b/libclc/amdgcn/lib/workitem/get_num_groups.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 uint __clc_amdgcn_get_num_groups_x(void) __asm("llvm.r600.read.ngroups.x");
diff --git a/libclc/amdgcn/lib/workitem/get_work_dim.cl 
b/libclc/amdgcn/lib/workitem/get_work_dim.cl
index cb8cf83a220c9..2f6e3d3209508 100644
--- a/libclc/amdgcn/lib/workitem/get_work_dim.cl
+++ b/libclc/amdgcn/lib/workitem/get_work_dim.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #if __clang_major__ >= 8
diff --git a/libclc/amdgpu/lib/math/half_exp.cl 
b/libclc/amdgpu/lib/math/half_exp.cl
index dd561472dbe7f..4cc2b36bb132f 100644
--- a/libclc/amdgpu/lib/math/half_exp.cl
+++ b/libclc/amdgpu/lib/math/half_exp.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC exp
diff --git a/libclc/amdgpu/lib/math/half_exp10.cl 
b/libclc/amdgpu/lib/math/half_exp10.cl
index 31493e6064657..3bcdd2455ef31 100644
--- a/libclc/amdgpu/lib/math/half_exp10.cl
+++ b/libclc/amdgpu/lib/math/half_exp10.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC exp10
diff --git a/libclc/amdgpu/lib/math/half_exp2.cl 
b/libclc/amdgpu/lib/math/half_exp2.cl
index c93aa59c39cd5..d9efb27a7c574 100644
--- a/libclc/amdgpu/lib/math/half_exp2.cl
+++ b/libclc/amdgpu/lib/math/half_exp2.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC exp2
diff --git a/libclc/amdgpu/lib/math/half_log.cl 
b/libclc/amdgpu/lib/math/half_log.cl
index a6e50f57b6f01..d0e924ca97207 100644
--- a/libclc/amdgpu/lib/math/half_log.cl
+++ b/libclc/amdgpu/lib/math/half_log.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC log
diff --git a/libclc/amdgpu/lib/math/half_log10.cl 
b/libclc/amdgpu/lib/math/half_log10.cl
index 34fc978c6c45f..2f3b26e1084ad 100644
--- a/libclc/amdgpu/lib/math/half_log10.cl
+++ b/libclc/amdgpu/lib/math/half_log10.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC log10
diff --git a/libclc/amdgpu/lib/math/half_log2.cl 
b/libclc/amdgpu/lib/math/half_log2.cl
index 51645f422e8b4..9b417fb474ae6 100644
--- a/libclc/amdgpu/lib/math/half_log2.cl
+++ b/libclc/amdgpu/lib/math/half_log2.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC log2
diff --git a/libclc/amdgpu/lib/math/half_native_unary.inc 
b/libclc/amdgpu/lib/math/half_native_unary.inc
index bdc380600501a..6ecad7eb483c0 100644
--- a/libclc/amdgpu/lib/math/half_native_unary.inc
+++ b/libclc/amdgpu/lib/math/half_native_unary.inc
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/utils.h>
 
 #define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
diff --git a/libclc/amdgpu/lib/math/half_recip.cl 
b/libclc/amdgpu/lib/math/half_recip.cl
index f1e0e4cda032b..87d56c8fbafcb 100644
--- a/libclc/amdgpu/lib/math/half_recip.cl
+++ b/libclc/amdgpu/lib/math/half_recip.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC recip
diff --git a/libclc/amdgpu/lib/math/half_rsqrt.cl 
b/libclc/amdgpu/lib/math/half_rsqrt.cl
index 9056690626580..099363a913071 100644
--- a/libclc/amdgpu/lib/math/half_rsqrt.cl
+++ b/libclc/amdgpu/lib/math/half_rsqrt.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC rsqrt
diff --git a/libclc/amdgpu/lib/math/half_sqrt.cl 
b/libclc/amdgpu/lib/math/half_sqrt.cl
index b78ef13660337..f7ae5b4d589e9 100644
--- a/libclc/amdgpu/lib/math/half_sqrt.cl
+++ b/libclc/amdgpu/lib/math/half_sqrt.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
  
 #define __CLC_FUNC sqrt
diff --git a/libclc/amdgpu/lib/math/native_exp.cl 
b/libclc/amdgpu/lib/math/native_exp.cl
index 71c9a2ea2fccf..e62b79d4ec9fa 100644
--- a/libclc/amdgpu/lib/math/native_exp.cl
+++ b/libclc/amdgpu/lib/math/native_exp.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #define __CLC_BODY <native_exp.inc>
diff --git a/libclc/amdgpu/lib/math/native_exp.inc 
b/libclc/amdgpu/lib/math/native_exp.inc
index c61ec0157aad8..d7dbd888d2988 100644
--- a/libclc/amdgpu/lib/math/native_exp.inc
+++ b/libclc/amdgpu/lib/math/native_exp.inc
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_exp(__CLC_GENTYPE val) {
   return native_exp2(val * M_LOG2E_F);
 }
diff --git a/libclc/amdgpu/lib/math/native_log.cl 
b/libclc/amdgpu/lib/math/native_log.cl
index 3c5592f602c35..ce3258bb5b37b 100644
--- a/libclc/amdgpu/lib/math/native_log.cl
+++ b/libclc/amdgpu/lib/math/native_log.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #define __CLC_BODY <native_log.inc>
diff --git a/libclc/amdgpu/lib/math/native_log.inc 
b/libclc/amdgpu/lib/math/native_log.inc
index e6818dc132614..820e4929f02cf 100644
--- a/libclc/amdgpu/lib/math/native_log.inc
+++ b/libclc/amdgpu/lib/math/native_log.inc
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_log(__CLC_GENTYPE val) {
   return native_log2(val) * (1.0f / M_LOG2E_F);
 }
diff --git a/libclc/amdgpu/lib/math/native_log10.cl 
b/libclc/amdgpu/lib/math/native_log10.cl
index 2e7c11ec1975e..7cbe1f98988d5 100644
--- a/libclc/amdgpu/lib/math/native_log10.cl
+++ b/libclc/amdgpu/lib/math/native_log10.cl
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include <clc/clc.h>
 
 #define __CLC_BODY <native_log10.inc>
diff --git a/libclc/amdgpu/lib/math/native_log10.inc 
b/libclc/amdgpu/lib/math/native_log10.inc
index 96b1a0a23c660..2aef43a8ed1a5 100644
--- a/libclc/amdgpu/lib/math/native_log10.inc
+++ b/libclc/amdgpu/lib/math/native_log10.inc
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICEN...
[truncated]

``````````

</details>


https://github.com/llvm/llvm-project/pull/132239
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to