Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-fix-build-on-hurd-i386.patch | [PATCH 01/10] fix build on hurd-i386 | Samuel Thibault <sthibault@debian.org> | no | 2020-01-01 | ||
0002-link-against-single-shared-libclang-cpp-when-buildin.patch | [PATCH 02/10] link against single shared libclang-cpp when building with llvm 9, too | Andreas Beckmann <anbe@debian.org> | no | 2020-04-08 | ||
0003-rename-stderr_is_a_tty-to-pocl_stderr_is_a_tty.patch | [PATCH 03/10] rename stderr_is_a_tty to pocl_stderr_is_a_tty | Andreas Beckmann <anbe@debian.org> | no | 2021-02-03 | ||
0004-rename-fill_dev_-_t-to-pocl_fill_dev_-_t.patch | [PATCH 04/10] rename fill_dev_*_t to pocl_fill_dev_*_t | Andreas Beckmann <anbe@debian.org> | no | 2021-02-03 | ||
0005-handle-dlsym-error-on-device-library.patch | [PATCH 05/10] handle dlsym error on device library | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0006-check-whether-libpocl-and-the-device-libraries-can-b.patch | [PATCH 06/10] check whether libpocl and the device libraries can be dlopen()ed | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0007-drop-redundant-include.patch | [PATCH 07/10] drop redundant #include | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0008-drop-unused-global-variable-pocl_num_device_types.patch | [PATCH 08/10] drop unused global variable pocl_num_device_types | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0009-regroup-workgroup-tests-and-add-missing-dependencies.patch | [PATCH 09/10] regroup workgroup tests and add missing dependencies on pocl_version_check | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0010-minor-cleanup.patch | [PATCH 10/10] minor cleanup | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0011-add-include-pocl_export.h-for-new-macro-POCL_EXPORT.patch | [PATCH 11/13] add include/pocl_export.h for new macro POCL_EXPORT | Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0012-add-POCL_EXPORT-decorations.patch | [PATCH 12/13] add POCL_EXPORT decorations this is the minimal set needed for building the basic and pthread devices with -fvisibility=hidden |
Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
0013-add-VISIBILITY_HIDDEN-cmake-option.patch | [PATCH 13/13] add VISIBILITY_HIDDEN cmake option to allow building with -fvisibility=hidden -fvisibility-inlines-hidden |
Andreas Beckmann <anbe@debian.org> | no | 2021-02-05 | ||
1014-add-POCL_EXPORT-to-additional-symbols-needed-by-the-.patch | [PATCH 14/14] add POCL_EXPORT to additional symbols needed by the cuda device | Andreas Beckmann <anbe@debian.org> | no | 2021-02-10 | ||
skip-subdevice-tests-on-single-core-cpus.patch | skip subdevice tests on (virtual) single core CPUs | Andreas Beckmann <anbe@debian.org> | no | |||
test_printf.patch | HACK! kernel/test_printf fails on i686 #--- tests/kernel/test_printf_expout.txt #+++ /tmp/cmake_testrun_tkeWb @@ -145,10 +145,16 @@ 0x1.4p+3,0x1.15p-141,0x1.52d02cp+78,0x0p+0 0x1.68p+6,0x1.2p+3,0x1.ccccccp-1,0x1.70a3d8p-4 0x1p+12,0x1p+0,0x1p-3,0x1p-7 -0xfa,0xfb -0x1234,0x8765 +0xfa,0 +0x1234,0 0x12345678,0x87654321 |a| b|c | |aa| bb|cc |dddddddddd|eeee| |0x2349aacc| 0xdeaddeed|0x92820384 | + +PARAMETER PASSING + +* 0xfa,0 0xfb,0 ü +* 0x1234,0 0x8765,0 ï +* 0x12345678,0x87654321 0x2468ace0,0xfdb97531 . OK |
Andreas Beckmann <anbe@debian.org> | not-needed | upstream | ||
test_structs_as_args.patch | HACK! regression/struct_kernel_arguments fails on i686 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 |
Andreas Beckmann <anbe@debian.org> | not-needed | upstream | ||
generic-cpu.patch | add support for a GENERIC cpu type that uses llvm defaults | Andreas Beckmann <anbe@debian.org> | not-needed | |||
distro.patch | tune distro mode | Andreas Beckmann <anbe@debian.org> | invalid | |||
verbose.patch | dump some cmake information | Andreas Beckmann <anbe@debian.org> | not-needed | |||
2001-add-testcase-for-Debian-bug-975931.patch | [PATCH] add testcase for Debian bug #975931 | Andreas Beckmann <anbe@debian.org> | no | 2020-12-10 | ||
2003-restore-setting-unroll-threshold-on-LLVM-9.patch | [PATCH] restore setting unroll-threshold on LLVM 9 otherwise kernel/test_rotate hangs on avx512 capable cpus (this partially reverts 459d0bb5241a62af3b5b607a65dcf5e9a34a01ee) |
Andreas Beckmann <anbe@debian.org> | no | 2021-01-27 | ||
timeout.patch | kill hanging tests after 30 minutes | Andreas Beckmann <anbe@debian.org> | no | |||
use-system-CL-headers.patch | we move the embedded copy aside to use system CL headers | Andreas Beckmann <anbe@debian.org> | invalid | |||
1001-stop-building-libllvmopencl.so-which-is-no-longer-us.patch | [PATCH] stop building libllvmopencl.so which is no longer used since 0.14 | Andreas Beckmann <anbe@debian.org> | no | 2021-02-13 |