pocl.git
2 years agothis is not a release candidate
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
this is not a release candidate

Forwarded: not-needed

Gbp-Pq: Name no-rc.patch

2 years agokill hanging tests after 30 minutes
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
kill hanging tests after 30 minutes

Gbp-Pq: Name timeout.patch

2 years agotune distro mode
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
tune distro mode

Forwarded: not-needed

Gbp-Pq: Name distro.patch

2 years agoadd support for a GENERIC cpu type that uses llvm defaults
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
add support for a GENERIC cpu type that uses llvm defaults

Forwarded: not-needed

Gbp-Pq: Name generic-cpu.patch

2 years ago[PATCH 41/42] disable the device if kernellib or cpu detection failed
Andreas Beckmann [Sun, 6 Aug 2023 13:50:40 +0000 (15:50 +0200)]
[PATCH 41/42] disable the device if kernellib or cpu detection failed

Gbp-Pq: Name 0041-disable-the-device-if-kernellib-or-cpu-detection-fai.patch

2 years ago[PATCH 40/42] support overriding the runtime cpu detection with POCL_LLVM_CPU_NAME
Andreas Beckmann [Tue, 15 Mar 2022 14:59:08 +0000 (15:59 +0100)]
[PATCH 40/42] support overriding the runtime cpu detection with POCL_LLVM_CPU_NAME

Gbp-Pq: Name 0040-support-overriding-the-runtime-cpu-detection-with-PO.patch

2 years ago[PATCH 39/42] allow overriding kernellib_name for distro builds with POCL_KERNELLIB_NAME
Andreas Beckmann [Sat, 9 Apr 2022 14:30:15 +0000 (16:30 +0200)]
[PATCH 39/42] allow overriding kernellib_name for distro builds with POCL_KERNELLIB_NAME

the kernellib_name (and corresponding llvm_cpu) can be overridden
to a target with a subset of the features supported by the current cpu

this will allow running e.g. code generation and tests for sse2 (but no
newer features) on a modern cpu

Gbp-Pq: Name 0039-allow-overriding-kernellib_name-for-distro-builds-wi.patch

2 years ago[PATCH 38/42] _cl_device_id: add const char* kernellib_name
Andreas Beckmann [Sat, 9 Apr 2022 13:28:42 +0000 (15:28 +0200)]
[PATCH 38/42] _cl_device_id: add const char* kernellib_name

determine the value at the same time as llvm_cpu, if possible

Gbp-Pq: Name 0038-_cl_device_id-add-const-char-kernellib_name.patch

2 years ago[PATCH 37/42] add pocl_get_distro_cpu_name()
Andreas Beckmann [Thu, 7 Apr 2022 10:04:05 +0000 (12:04 +0200)]
[PATCH 37/42] add pocl_get_distro_cpu_name()

in distro builds, map each kernellib_name to a specific llvm_cpu
which is then used as compilation target instead of the native cpu

this limits the possible code generation targets in distro builds
in order to be able to run tests against all of them with a minimal
number of different (physical) CPU models

Gbp-Pq: Name 0037-add-pocl_get_distro_cpu_name.patch

2 years ago[PATCH 36/42] use a more generic solution for pocl_get_distro_kernellib_name()
Andreas Beckmann [Wed, 23 Mar 2022 13:24:18 +0000 (14:24 +0100)]
[PATCH 36/42] use a more generic solution for pocl_get_distro_kernellib_name()

Gbp-Pq: Name 0036-use-a-more-generic-solution-for-pocl_get_distro_kern.patch

2 years ago[PATCH 35/42] rename getX86KernelLibName() to pocl_get_distro_kernellib_name()
Andreas Beckmann [Wed, 23 Mar 2022 12:55:50 +0000 (13:55 +0100)]
[PATCH 35/42] rename getX86KernelLibName() to pocl_get_distro_kernellib_name()

Gbp-Pq: Name 0035-rename-getX86KernelLibName-to-pocl_get_distro_kernel.patch

2 years ago[PATCH 28/42] add llvm_cpu to the long device name
Andreas Beckmann [Wed, 14 Dec 2022 17:28:36 +0000 (18:28 +0100)]
[PATCH 28/42] add llvm_cpu to the long device name

Gbp-Pq: Name 0028-add-llvm_cpu-to-the-long-device-name.patch

2 years ago[PATCH 4/4] improve grouping of ENABLE_HOST_CPU_DEVICES specific tests
Andreas Beckmann [Tue, 15 Mar 2022 09:33:22 +0000 (10:33 +0100)]
[PATCH 4/4] improve grouping of ENABLE_HOST_CPU_DEVICES specific tests

Gbp-Pq: Name 0004-improve-grouping-of-ENABLE_HOST_CPU_DEVICES-specific.patch

2 years ago[PATCH 3/4] fix test_structs_as_args on i386
Andreas Beckmann [Wed, 24 Nov 2021 13:14:17 +0000 (14:14 +0100)]
[PATCH 3/4] fix test_structs_as_args on i386

 141/143 Test  #85: regression/struct_kernel_arguments ..................................................***Failed  Error regular expression found in output. Regex=[FAIL]  4.58 sec
 CMake Error at /build/pocl-1.4/cmake/run_test.cmake:34 (message):
  FAIL: Test exited with nonzero code (1):
  /build/pocl-1.4/obj-i686-linux-gnu/tests/regression/test_structs_as_args

  STDOUT:

  F(4: 0 != 5) F(5: -2147483648 != 6) F(6: 0 != 7) F(7: 0 != 8)

  STDERR:

 -- OK

on i386, the default alignment is 4 for 64-bit types, too

the OpenCL standard is only explicit about alignment requirements for
OpenCL types, but not for the corresponding cl_* types in C
https://github.com/KhronosGroup/OpenCL-Headers/issues/149

fixes: #801

Gbp-Pq: Name 0003-fix-test_structs_as_args-on-i386.patch

2 years ago[PATCH 2/4] rename opencl_image_type_to_index() to pocl_opencl_image_type_to_index()
Andreas Beckmann [Mon, 26 Jun 2023 14:07:55 +0000 (16:07 +0200)]
[PATCH 2/4] rename opencl_image_type_to_index() to pocl_opencl_image_type_to_index()

Gbp-Pq: Name 0002-rename-opencl_image_type_to_index-to-pocl_opencl_ima.patch

2 years ago[PATCH 1/4] rename bitcode_is_triple() to pocl_bitcode_is_triple()
Andreas Beckmann [Mon, 26 Jun 2023 13:55:19 +0000 (15:55 +0200)]
[PATCH 1/4] rename bitcode_is_triple() to pocl_bitcode_is_triple()

Gbp-Pq: Name 0001-rename-bitcode_is_triple-to-pocl_bitcode_is_triple.patch

2 years agopocl (4.0-2) unstable; urgency=medium
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
pocl (4.0-2) unstable; urgency=medium

  * Rebuild with GCC 13.
  * Update symbols file for amd64 and i386.
  * Upload to unstable.

[dgit import unpatched pocl 4.0-2]

2 years agoImport pocl_4.0-2.debian.tar.xz
Andreas Beckmann [Mon, 14 Aug 2023 13:53:17 +0000 (14:53 +0100)]
Import pocl_4.0-2.debian.tar.xz

[dgit import tarball pocl 4.0-2 pocl_4.0-2.debian.tar.xz]

2 years agoImport pocl_4.0.orig.tar.gz
Andreas Beckmann [Mon, 26 Jun 2023 15:08:19 +0000 (16:08 +0100)]
Import pocl_4.0.orig.tar.gz

[dgit import orig pocl_4.0.orig.tar.gz]