pyopencl 2024.2.5__cp312-cp312-musllinux_1_1_x86_64.whl → 2024.2.6__cp312-cp312-musllinux_1_1_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyopencl might be problematic. Click here for more details.

pyopencl/invoker.py CHANGED
@@ -381,7 +381,8 @@ if not cl._PYOPENCL_NO_CACHE:
381
381
  = WriteOncePersistentDict(
382
382
  "pyopencl-invoker-cache-v42-nano",
383
383
  key_builder=_NumpyTypesKeyBuilder(),
384
- in_mem_cache_size=0)
384
+ in_mem_cache_size=0,
385
+ safe_sync=False)
385
386
 
386
387
 
387
388
  def generate_enqueue_and_set_args(function_name,
pyopencl/scan.py CHANGED
@@ -1139,7 +1139,8 @@ if not cl._PYOPENCL_NO_CACHE:
1139
1139
  WriteOncePersistentDict(
1140
1140
  "pyopencl-generated-scan-kernel-cache-v1",
1141
1141
  key_builder=_NumpyTypesKeyBuilder(),
1142
- in_mem_cache_size=0)
1142
+ in_mem_cache_size=0,
1143
+ safe_sync=False)
1143
1144
 
1144
1145
 
1145
1146
  class GenericScanKernel(GenericScanKernelBase):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyopencl
3
- Version: 2024.2.5
3
+ Version: 2024.2.6
4
4
  Summary: Python wrapper for OpenCL
5
5
  Author-Email: Andreas Kloeckner <inform@tiker.net>
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
23
23
  Requires-Dist: importlib-resources; python_version < "3.9"
24
24
  Requires-Dist: numpy
25
25
  Requires-Dist: platformdirs>=2.2.0
26
- Requires-Dist: pytools>=2022.1.13
26
+ Requires-Dist: pytools>=2024.1.5
27
27
  Requires-Dist: oclgrind_binary_distribution>=18.3; extra == "oclgrind"
28
28
  Requires-Dist: pocl_binary_distribution>=1.2; extra == "pocl"
29
29
  Requires-Dist: Mako; extra == "test"
@@ -1,7 +1,7 @@
1
- pyopencl-2024.2.5.dist-info/WHEEL,sha256=Tl9WrVBq3ZmxHd-Oby8pItcwlv0N7MSDLi-F5ACgOgc,116
2
- pyopencl-2024.2.5.dist-info/RECORD,,
3
- pyopencl-2024.2.5.dist-info/METADATA,sha256=8a7shvaPQtnTN1WLHY1h9N2Ix-RaTV-rDwEKuBz3qhc,4671
4
- pyopencl-2024.2.5.dist-info/licenses/LICENSE,sha256=ed06wscfYbymGrF5jRUX9rPCsefHp5ZOv_xgjbXgGrA,5299
1
+ pyopencl-2024.2.6.dist-info/WHEEL,sha256=Tl9WrVBq3ZmxHd-Oby8pItcwlv0N7MSDLi-F5ACgOgc,116
2
+ pyopencl-2024.2.6.dist-info/RECORD,,
3
+ pyopencl-2024.2.6.dist-info/METADATA,sha256=prPrKahe_rhtHz4EBiZBlOCc8y3v-ZX-vlKexhM4dFA,4670
4
+ pyopencl-2024.2.6.dist-info/licenses/LICENSE,sha256=ed06wscfYbymGrF5jRUX9rPCsefHp5ZOv_xgjbXgGrA,5299
5
5
  pyopencl/__init__.py,sha256=-3X3PY8QfGO_DRGrFcRh9iZqG9S6_2P68vx66ItOM0E,81108
6
6
  pyopencl/cltypes.py,sha256=DdBVPBU2bRuIbT8ImhWFIQosrefMOkAa4mY4yoSnurc,4818
7
7
  pyopencl/bitonic_sort.py,sha256=-gTe-1CfMwxkKKdvlB7x5vIyCeS3NxZRD7GVrYeXfuo,7960
@@ -14,13 +14,13 @@ pyopencl/_mymako.py,sha256=VnxoyODc-_wVcWhKgQqUYVh_Iun5498Yg4W0WmGhTwk,610
14
14
  pyopencl/elementwise.py,sha256=VMw6A6wGaaBOsxdofjBq9Hyv6l0m9cGKVh2HwsfMuu4,38602
15
15
  pyopencl/_cluda.py,sha256=KKUxizD1iQEuZ_TmmFZNJ8IdXa8x8uT9HgB0nmAlYLw,2074
16
16
  pyopencl/clrandom.py,sha256=wAzoB6U4cNCipy5xbeYrrvDbqx_QFLmp_FeqIAu3K7I,13043
17
- pyopencl/scan.py,sha256=NbhwamNMcoJaCfeQX2eciQdWEhlAfVxIOTRy5oaUAx8,65500
17
+ pyopencl/scan.py,sha256=YAFn7V3T8Pb5XKMSY0JlzwSF_op4PxS-tIWdiq4vyiU,65529
18
18
  pyopencl/version.py,sha256=PhHAIjtUGVQ2wTVlqgoOrcC_2rkvNMmqvy1rRDqWOhg,267
19
19
  pyopencl/algorithm.py,sha256=y3wnm2l-0mzIy1dwcZmKR2iLGPVMIlwbgAAsM3elJVg,51265
20
20
  pyopencl/clmath.py,sha256=lOxQzE6BEp5-nVRuGu0hgxzk_gcx7aTiy_hRFxAPmcI,8222
21
21
  pyopencl/cache.py,sha256=PltNiHqrAmX7Tgg9BfFdheAHU6qwkg0tjbtCPKKryls,15959
22
22
  pyopencl/tools.py,sha256=3L0FggJ_nhw4M0KG1yG1VgMPdfA6NttY0nG7Yk6Glts,45993
23
- pyopencl/invoker.py,sha256=7pjVh0CDkRTNHc1PVQV9Lxhi-0FXvJHtq-jDzLJUypk,13994
23
+ pyopencl/invoker.py,sha256=Tua5-JV8TlumHVLcNSWhzBiOvQNVBOWj1fUOhrtcjPI,14023
24
24
  pyopencl/capture_call.py,sha256=MJDOVqU6s8rJ5nmd5zOcqNe7GLXad2NwGeTpG60Kau0,5661
25
25
  pyopencl/.libs/libOpenCL-b0157059.so.1.0.0,sha256=L9wDx_9xkz1lTKEA4WCfptZzeUvjlKbyGxracE5sK4k,733625
26
26
  pyopencl/compyte/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0