pyopencl 2024.2.4__cp311-cp311-musllinux_1_1_x86_64.whl → 2024.2.6__cp311-cp311-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):
pyopencl/version.py CHANGED
@@ -1,7 +1,9 @@
1
+ import re
1
2
  from importlib import metadata
2
- VERSION_TEXT = metadata.version("pyopencl")
3
3
 
4
- import re
4
+
5
+ VERSION_TEXT = metadata.version("pyopencl")
5
6
  _match = re.match("^([0-9.]+)([a-z0-9]*?)$", VERSION_TEXT)
7
+ assert _match is not None
6
8
  VERSION_STATUS = _match.group(2)
7
9
  VERSION = tuple(int(nr) for nr in _match.group(1).split("."))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyopencl
3
- Version: 2024.2.4
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.4.dist-info/WHEEL,sha256=HWpSmEX2QmnJUW1CFsWdUOMqfZHLV_ilUU490zQgChk,116
2
- pyopencl-2024.2.4.dist-info/RECORD,,
3
- pyopencl-2024.2.4.dist-info/METADATA,sha256=d5bnG74Fbsq-tEUegy7cYX862OrLpN7AmwTP8yfIlL8,4671
4
- pyopencl-2024.2.4.dist-info/licenses/LICENSE,sha256=ed06wscfYbymGrF5jRUX9rPCsefHp5ZOv_xgjbXgGrA,5299
1
+ pyopencl-2024.2.6.dist-info/WHEEL,sha256=HWpSmEX2QmnJUW1CFsWdUOMqfZHLV_ilUU490zQgChk,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
@@ -13,13 +13,13 @@ pyopencl/_mymako.py,sha256=VnxoyODc-_wVcWhKgQqUYVh_Iun5498Yg4W0WmGhTwk,610
13
13
  pyopencl/elementwise.py,sha256=VMw6A6wGaaBOsxdofjBq9Hyv6l0m9cGKVh2HwsfMuu4,38602
14
14
  pyopencl/_cluda.py,sha256=KKUxizD1iQEuZ_TmmFZNJ8IdXa8x8uT9HgB0nmAlYLw,2074
15
15
  pyopencl/clrandom.py,sha256=wAzoB6U4cNCipy5xbeYrrvDbqx_QFLmp_FeqIAu3K7I,13043
16
- pyopencl/scan.py,sha256=NbhwamNMcoJaCfeQX2eciQdWEhlAfVxIOTRy5oaUAx8,65500
17
- pyopencl/version.py,sha256=2bpVcHPShdSZ52pNXSfvp8uKh9oEqzdOofIq3wUd4wk,240
16
+ pyopencl/scan.py,sha256=YAFn7V3T8Pb5XKMSY0JlzwSF_op4PxS-tIWdiq4vyiU,65529
17
+ pyopencl/version.py,sha256=PhHAIjtUGVQ2wTVlqgoOrcC_2rkvNMmqvy1rRDqWOhg,267
18
18
  pyopencl/algorithm.py,sha256=y3wnm2l-0mzIy1dwcZmKR2iLGPVMIlwbgAAsM3elJVg,51265
19
19
  pyopencl/clmath.py,sha256=lOxQzE6BEp5-nVRuGu0hgxzk_gcx7aTiy_hRFxAPmcI,8222
20
20
  pyopencl/cache.py,sha256=PltNiHqrAmX7Tgg9BfFdheAHU6qwkg0tjbtCPKKryls,15959
21
21
  pyopencl/tools.py,sha256=3L0FggJ_nhw4M0KG1yG1VgMPdfA6NttY0nG7Yk6Glts,45993
22
- pyopencl/invoker.py,sha256=7pjVh0CDkRTNHc1PVQV9Lxhi-0FXvJHtq-jDzLJUypk,13994
22
+ pyopencl/invoker.py,sha256=Tua5-JV8TlumHVLcNSWhzBiOvQNVBOWj1fUOhrtcjPI,14023
23
23
  pyopencl/capture_call.py,sha256=MJDOVqU6s8rJ5nmd5zOcqNe7GLXad2NwGeTpG60Kau0,5661
24
24
  pyopencl/_cl.cpython-311-x86_64-linux-musl.so,sha256=6j5nwkRUUjAHe_BLFzR8fTp-Nh508n79UKo0iQP9rUs,2200177
25
25
  pyopencl/.libs/libOpenCL-b0157059.so.1.0.0,sha256=L9wDx_9xkz1lTKEA4WCfptZzeUvjlKbyGxracE5sK4k,733625
@@ -28,7 +28,6 @@ pyopencl/compyte/dtypes.py,sha256=FQ1KrstfEIV_ikNNvbC1JODX9rLQ-Yo8-QhAwD-4v9I,98
28
28
  pyopencl/compyte/array.py,sha256=9dUSCSb475naOADXWhgpQb72Yx1FjKWMEaU6jRwdq90,7422
29
29
  pyopencl/compyte/.gitignore,sha256=HVYtbKRtOCPWZavrgYqO2u7UKFiE7g7ympmuQzKbBBw,168
30
30
  pyopencl/compyte/.git,sha256=hqjyvpQvk3kzLjhnlN4Ht1Pgj7gEz1d0hTK9YSPe5T8,44
31
- pyopencl/compyte/setup.cfg,sha256=p7e45CWUsMPBcFZQ1zshcAmfP4PwYNRcNIjLwkxDg-8,153
32
31
  pyopencl/compyte/ndarray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
32
  pyopencl/compyte/ndarray/pygpu_language.h,sha256=HSAfiG0W87aBoT6UAQl1ODQpdWr7GtSMtMtDpEjQkAI,7049
34
33
  pyopencl/compyte/ndarray/pygpu_ndarray_object.h,sha256=mX8vcy4lgNIgX6xkB5T6U1XkD_Ysk-dW_EChrTYaJWE,9059
@@ -43,8 +42,6 @@ pyopencl/compyte/ndarray/gen_elemwise.py,sha256=KZdZZ6higOqGuxpp9aLDECWuL3jT9zuS
43
42
  pyopencl/compyte/ndarray/pygpu_language_opencl.cpp,sha256=kyY6wV_h_-uAj8IOO6c9gYHoxJ5Bir83M7XptAUx3u8,7946
44
43
  pyopencl/compyte/ndarray/setup_opencl.py,sha256=Xvmj3iaRjBXI2sEzTTYKxgFCoEyDaiP9ZGJ989RLSqc,3809
45
44
  pyopencl/compyte/ndarray/test_gpu_elemwise.py,sha256=sZn24yDa3WgK_AoIs6HCL6-UslZf0aYiPByo__PbtJw,18438
46
- pyopencl/compyte/.github/workflows/ci.yml,sha256=afEEhKaYhpn6kccnVgpYe8Hmie-EC9r-gEM1OUMpT6M,787
47
- pyopencl/compyte/.github/workflows/autopush.yml,sha256=k_3S43n36xjKkjzTiNQsz6_NIH-9-HweUUT8yqUDbgM,665
48
45
  pyopencl/cl/pyopencl-bessel-y.cl,sha256=VDy8l4lVxO8VcJR_maeGu_Qjnw27j28zBwhaTKDhBBg,12297
49
46
  pyopencl/cl/pyopencl-eval-tbl.cl,sha256=YNi_hyeE4GtDwzx3mLOMRIHh9jOOzMwSv-F2F1lMevg,2616
50
47
  pyopencl/cl/pyopencl-bessel-j-complex.cl,sha256=o-17yK_wBFqRiGgTYHg9waooTEKt1SCoguMUbg2LOB0,6026
@@ -1,21 +0,0 @@
1
- name: Gitlab mirror
2
- on:
3
- push:
4
- branches:
5
- - main
6
-
7
- jobs:
8
- autopush:
9
- name: Automatic push to gitlab.tiker.net
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
13
- - run: |
14
- mkdir ~/.ssh && echo -e "Host gitlab.tiker.net\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
15
- eval $(ssh-agent) && echo "$GITLAB_AUTOPUSH_KEY" | ssh-add -
16
- git fetch --unshallow
17
- git push "git@gitlab.tiker.net:inducer/$(basename $GITHUB_REPOSITORY).git" main
18
- env:
19
- GITLAB_AUTOPUSH_KEY: ${{ secrets.GITLAB_AUTOPUSH_KEY }}
20
-
21
- # vim: sw=4
@@ -1,30 +0,0 @@
1
- name: CI
2
- on:
3
- push:
4
- branches:
5
- - main
6
- pull_request:
7
- schedule:
8
- - cron: '17 3 * * 0'
9
-
10
- jobs:
11
- flake8:
12
- name: Flake8
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v3
16
- -
17
- uses: actions/setup-python@v4
18
- with:
19
- # matches compat target in setup.py
20
- python-version: '3.8'
21
- - name: "Main Script"
22
- run: |
23
- curl -L -O https://tiker.net/ci-support-v0
24
- . ./ci-support-v0
25
- print_status_message
26
- clean_up_repo_and_working_env
27
- create_and_set_up_virtualenv
28
- cd ..
29
- cp compyte/setup.cfg .
30
- install_and_run_flake8 compyte/*.py
@@ -1,9 +0,0 @@
1
- [flake8]
2
- ignore = E126,E127,E128,E123,E226,E241,E242
3
- max-line-length=85
4
-
5
- inline-quotes = "
6
- docstring-quotes = """
7
- multiline-quotes = """
8
-
9
- # enable-isort