summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andreas Beckmann [Thu, 2 Dec 2021 22:49:57 +0000 (23:49 +0100)]
[PATCH 59/90] move vector type printf tests to a separate test
Gbp-Pq: Name 0059-move-vector-type-printf-tests-to-a-separate-test.patch
Andreas Beckmann [Fri, 19 Nov 2021 11:10:45 +0000 (12:10 +0100)]
[PATCH 58/90] run_test: show diff if test output does not match the expected output
Gbp-Pq: Name 0058-run_test-show-diff-if-test-output-does-not-match-the.patch
Michal Babej [Wed, 1 Dec 2021 13:16:26 +0000 (15:16 +0200)]
[PATCH 52/90] vulkan: label tests that work with vulkan driver
Gbp-Pq: Name 0052-vulkan-label-tests-that-work-with-vulkan-driver.patch
Michal Babej [Thu, 25 Nov 2021 13:49:47 +0000 (15:49 +0200)]
[PATCH 43/90] MapBuffer/MapImage: allocate the cl_mem backing buffer if required
Gbp-Pq: Name 0043-MapBuffer-MapImage-allocate-the-cl_mem-backing-buffe.patch
Giuseppe Bilotta [Tue, 23 Nov 2021 16:25:10 +0000 (17:25 +0100)]
[PATCH 41/90] CUDA: const correctness in get/free device name string
This silences a couple of const correctness warnings due to implicit
casts to/from char*/const char*.
Gbp-Pq: Name 0041-CUDA-const-correctness-in-get-free-device-name-strin.patch
Giuseppe Bilotta [Wed, 3 Feb 2021 19:32:31 +0000 (20:32 +0100)]
[PATCH 35/90] CUDA: don't leak the epoch_event
Gbp-Pq: Name 0035-CUDA-don-t-leak-the-epoch_event.patch
André Gemünd [Thu, 11 Nov 2021 08:38:24 +0000 (09:38 +0100)]
[PATCH 30/90] Add missing cl_ext_pocl.h to install.
Gbp-Pq: Name 0030-Add-missing-cl_ext_pocl.h-to-install.patch
Michal Babej [Mon, 20 Sep 2021 06:12:24 +0000 (09:12 +0300)]
[PATCH 18/90] Fix tests/regression/test_alignment_with_dynamic_wg.cpp
Don't rebuild the program inside loop iteration,
instead create a new one on each iteration.
Gbp-Pq: Name 0018-Fix-tests-regression-test_alignment_with_dynamic_wg..patch
Michal Babej [Thu, 9 Sep 2021 08:39:05 +0000 (11:39 +0300)]
[PATCH 17/90] Fix missing define in OpenCL-CTS
Gbp-Pq: Name 0017-Fix-missing-define-in-OpenCL-CTS.patch
Michal Babej [Wed, 8 Sep 2021 15:20:08 +0000 (18:20 +0300)]
[PATCH 16/90] Move pocl_cmd_max_grid_dim_width() outside HAVE_DLFCN_H
some build configs that don't use dlopen() require it
Gbp-Pq: Name 0016-Move-pocl_cmd_max_grid_dim_width-outside-HAVE_DLFCN_.patch
Michal Babej [Wed, 8 Sep 2021 15:17:03 +0000 (18:17 +0300)]
[PATCH 15/90] Enable test_dlopen only if DLFCN is available
Gbp-Pq: Name 0015-Enable-test_dlopen-only-if-DLFCN-is-available.patch
Michal Babej [Mon, 6 Sep 2021 04:28:26 +0000 (07:28 +0300)]
[PATCH 14/90] Fix uninitialized variable in tests/regression/test_alignment_with_dynamic_wg2.cpp
Gbp-Pq: Name 0014-Fix-uninitialized-variable-in-tests-regression-test_.patch
Michal Babej [Tue, 31 Aug 2021 06:11:52 +0000 (09:11 +0300)]
[PATCH 13/90] Fix data race in compile_and_link_program()
lock cl_program before touching kernels
Gbp-Pq: Name 0013-Fix-data-race-in-compile_and_link_program.patch
Michal Babej [Tue, 20 Jul 2021 09:19:28 +0000 (12:19 +0300)]
[PATCH 11/90] Random fix for accel driver
Accel does not use CPU or LLVM -> remove call to get_llvm_cpu_name()
Gbp-Pq: Name 0011-Random-fix-for-accel-driver.patch
Pekka Jääskeläinen [Tue, 12 Oct 2021 15:22:28 +0000 (18:22 +0300)]
[PATCH 04/90] Tweaks
Gbp-Pq: Name 0004-Tweaks.patch
Andreas Beckmann [Fri, 7 Jan 2022 23:55:22 +0000 (23:55 +0000)]
pocl (1.8-3) unstable; urgency=medium
* Cherry-pick several upstream(ed) patches:
- Check return code of all pthread_*() function calls for errors.
- Return error (don't assert) if any worker thread is out-of-memory.
- Show more information on OpenCL compile errors or test failures.
- Export more symbols needed by other devices.
- Fix underlinked device libraries.
- Skip tests that require unavailable devices.
- Unify test success/failure reporting.
- Miscellaneous bugfixes.
* armel/armhf: Reduce printf buffer size to 4 MB per core.
(Closes: #997908)
* Add superficial autopkgtest running clinfo.
* Update symbols file.
* Upload to unstable.
[dgit import unpatched pocl 1.8-3]
Andreas Beckmann [Fri, 7 Jan 2022 23:55:22 +0000 (23:55 +0000)]
Import pocl_1.8-3.debian.tar.xz
[dgit import tarball pocl 1.8-3 pocl_1.8-3.debian.tar.xz]
Andreas Beckmann [Fri, 15 Oct 2021 16:22:36 +0000 (17:22 +0100)]
Import pocl_1.8.orig.tar.gz
[dgit import orig pocl_1.8.orig.tar.gz]