pocl.git
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-3) unstable; urgency=medium
Andreas Beckmann [Tue, 12 Dec 2023 15:33:19 +0000 (16:33 +0100)]
pocl (4.0-3) unstable; urgency=medium

  * Perform a distro build for i386, too.

[dgit import unpatched pocl 4.0-3]

2 years agoImport pocl_4.0-3.debian.tar.xz
Andreas Beckmann [Tue, 12 Dec 2023 15:33:19 +0000 (16:33 +0100)]
Import pocl_4.0-3.debian.tar.xz

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

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

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