pyopencl 2025.2.5__cp311-cp311-win_amd64.whl → 2025.2.7__cp311-cp311-win_amd64.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/_cl.cp311-win_amd64.pyd +0 -0
- pyopencl/_cl.pyi +10 -7
- pyopencl/_monkeypatch.py +40 -5
- pyopencl/algorithm.py +1 -1
- pyopencl/array.py +214 -125
- pyopencl/cache.py +1 -1
- pyopencl/characterize/__init__.py +2 -4
- pyopencl/clmath.py +0 -1
- pyopencl/cltypes.py +42 -27
- pyopencl/compyte/array.py +9 -39
- pyopencl/compyte/dtypes.py +9 -11
- pyopencl/compyte/pyproject.toml +0 -3
- pyopencl/elementwise.py +223 -113
- pyopencl/scan.py +30 -25
- pyopencl/tools.py +327 -212
- {pyopencl-2025.2.5.dist-info → pyopencl-2025.2.7.dist-info}/METADATA +3 -4
- {pyopencl-2025.2.5.dist-info → pyopencl-2025.2.7.dist-info}/RECORD +19 -19
- {pyopencl-2025.2.5.dist-info → pyopencl-2025.2.7.dist-info}/WHEEL +1 -1
- {pyopencl-2025.2.5.dist-info → pyopencl-2025.2.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyopencl
|
|
3
|
-
Version: 2025.2.
|
|
3
|
+
Version: 2025.2.7
|
|
4
4
|
Summary: Python wrapper for OpenCL
|
|
5
5
|
Author-Email: Andreas Kloeckner <inform@tiker.net>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -30,11 +30,10 @@ Requires-Dist: oclgrind-binary-distribution>=18.3; extra == "oclgrind"
|
|
|
30
30
|
Provides-Extra: pocl
|
|
31
31
|
Requires-Dist: pocl-binary-distribution>=1.2; extra == "pocl"
|
|
32
32
|
Provides-Extra: test
|
|
33
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: basedpyright; extra == "test"
|
|
34
34
|
Requires-Dist: mako; extra == "test"
|
|
35
|
-
Requires-Dist: mypy; extra == "test"
|
|
36
|
-
Requires-Dist: pylint; extra == "test"
|
|
37
35
|
Requires-Dist: pytest>=7; extra == "test"
|
|
36
|
+
Requires-Dist: ruff; extra == "test"
|
|
38
37
|
Description-Content-Type: text/x-rst
|
|
39
38
|
|
|
40
39
|
PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
pyopencl/__init__.py,sha256=JAui3XXEV-mVuAeufIOvmvg4TwagUkNsppoJewozayg,65173
|
|
2
|
-
pyopencl/_cl.cp311-win_amd64.pyd,sha256=
|
|
3
|
-
pyopencl/_cl.pyi,sha256=
|
|
2
|
+
pyopencl/_cl.cp311-win_amd64.pyd,sha256=KQiCL7smQdr2Qjo1NalC4WzGHt062y2HFFoKfzbRnhM,616448
|
|
3
|
+
pyopencl/_cl.pyi,sha256=SGu_16V6dWwG789Ij-jEz6O_m6aM0ss-th19AA32v48,58338
|
|
4
4
|
pyopencl/_cluda.py,sha256=zlp4ECLzlQOF5ERjXeDJ6j5wYsxPm3VAYwd7adnNYo0,2168
|
|
5
|
-
pyopencl/_monkeypatch.py,sha256=
|
|
5
|
+
pyopencl/_monkeypatch.py,sha256=_YryVZpIlNTohXdwunFrlNwQvHpLhNhCer6OQhuxero,37184
|
|
6
6
|
pyopencl/_mymako.py,sha256=Ki5F6iY5oAdm_R6Mll-ltbO-DZF37FDEINimG2HRyRY,674
|
|
7
|
-
pyopencl/algorithm.py,sha256=
|
|
8
|
-
pyopencl/array.py,sha256=
|
|
7
|
+
pyopencl/algorithm.py,sha256=hPGATjvxCvO3jcjTfe0N_8p0X1NGpmgrQ8byyrfAKRs,52773
|
|
8
|
+
pyopencl/array.py,sha256=Jb_WMmjTyxq_T87lq6CeIVl11EOoESINdJLHvMVobv0,118325
|
|
9
9
|
pyopencl/bitonic_sort.py,sha256=RQUC8tpezdTQGzSEFyue86gVjc76vLKDwaNkqi4afa8,8297
|
|
10
10
|
pyopencl/bitonic_sort_templates.py,sha256=RQaGOQf7f3f4FPX80h4rxOq3_gAq0e6OKaZIuBjcoUI,16785
|
|
11
|
-
pyopencl/cache.py,sha256=
|
|
11
|
+
pyopencl/cache.py,sha256=LA0TlwF7kFzlCdk6WUlTUZcB8IVZ6x7mUANUs7OfeRM,16524
|
|
12
12
|
pyopencl/capture_call.py,sha256=wbZ2Qb1HlI8avDfiQFmbsYgQqCi_hLoPFJEnTC0P-g4,6679
|
|
13
|
-
pyopencl/characterize/__init__.py,sha256=
|
|
13
|
+
pyopencl/characterize/__init__.py,sha256=PzDO_HlxiH1ihs93-tEcPRQtlIMQP0GiRXdTN3bsfYw,14988
|
|
14
14
|
pyopencl/characterize/performance.py,sha256=MJk7wj4oqp-lRXhn0oXJN2sxXrPJyboPiV16O-ST7PQ,7143
|
|
15
15
|
pyopencl/cl/pyopencl-airy.cl,sha256=HSUEWbUN2MNzuhvDP3LB9dVY_3dhjFSWXhvGQsrA8VA,8446
|
|
16
16
|
pyopencl/cl/pyopencl-bessel-j-complex.cl,sha256=XOUBUZFxgra9nUAymnbJugcOa1lQyj-fwiZA9ly3rdI,6264
|
|
@@ -23,24 +23,24 @@ pyopencl/cl/pyopencl-random123/array.h,sha256=oTYPJfU7s4IXy8xRc3H0rqMq4mgyVxd7Uu
|
|
|
23
23
|
pyopencl/cl/pyopencl-random123/openclfeatures.h,sha256=jauJ1WEspr-YNefAuUwPhapl_JQDVa6my_h4fLl-p4o,2974
|
|
24
24
|
pyopencl/cl/pyopencl-random123/philox.cl,sha256=KqPbLt54UwrHPvBe7v4ZMzqI2oGrzp0c0QzqVhydNCY,22226
|
|
25
25
|
pyopencl/cl/pyopencl-random123/threefry.cl,sha256=bC78-HJVuc4AFiNppglDQiN8cZRD45hG1PPdi4Sdt-o,55563
|
|
26
|
-
pyopencl/clmath.py,sha256=
|
|
26
|
+
pyopencl/clmath.py,sha256=bomfCZXAufRsT0OHp_NXlZUCYX3AFzz_iytBguBu_Nk,8470
|
|
27
27
|
pyopencl/clrandom.py,sha256=ozqtoMU9-68DaLDR6SEpjq0rPZ-UeqQuJU-vlp_y2eA,13493
|
|
28
|
-
pyopencl/cltypes.py,sha256=
|
|
28
|
+
pyopencl/cltypes.py,sha256=FKqmaOys5RtunjO42MmKbZnOH9Yzo4PHcbplCWQHbfc,6923
|
|
29
29
|
pyopencl/compyte/.gitignore,sha256=PFMRSJycIqPtcpEn7VqbcenWJqHFDuYtwQm_tLbADt8,189
|
|
30
30
|
pyopencl/compyte/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
-
pyopencl/compyte/array.py,sha256=
|
|
32
|
-
pyopencl/compyte/dtypes.py,sha256=
|
|
33
|
-
pyopencl/compyte/pyproject.toml,sha256=
|
|
34
|
-
pyopencl/elementwise.py,sha256=
|
|
31
|
+
pyopencl/compyte/array.py,sha256=feaVKsaqFvyp6yvo_-SAsKZG_EmDKTHRsSvy_LgdEx0,7704
|
|
32
|
+
pyopencl/compyte/dtypes.py,sha256=Uf6tieINuB9KycVHbAo5Wv4OgPp_0CVAYLVxFeCrMTo,10882
|
|
33
|
+
pyopencl/compyte/pyproject.toml,sha256=8re-fbz4SCLNmZJFiBIlo5F2OKdjaAdBEH9QYCHjNZE,1194
|
|
34
|
+
pyopencl/elementwise.py,sha256=_fGuVXrz9lbp2xj6foZVVOAOeYR1TZrDS5OrHRwbeW0,45109
|
|
35
35
|
pyopencl/invoker.py,sha256=hMmVaXOgmOjTjCI6Evjx4x_c8FrbBPlClFGCqirAtOE,14123
|
|
36
36
|
pyopencl/ipython_ext.py,sha256=Hfx5go15On4B0CRDuZcsa3d-lme4-xPNHPdgEa9fbJ8,2021
|
|
37
37
|
pyopencl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
pyopencl/reduction.py,sha256=QypvaTblYw0oKcNv_Gs-pYz96RvcQa2GouAkVhvft58,27459
|
|
39
|
-
pyopencl/scan.py,sha256=
|
|
40
|
-
pyopencl/tools.py,sha256=
|
|
39
|
+
pyopencl/scan.py,sha256=W0o2wj-nUku6XhI7goWfZrElvtZ8yQ0VC8MwiH6vtiQ,67896
|
|
40
|
+
pyopencl/tools.py,sha256=ChNT8ysjVjw1n66A_A4fozOoBENU7xv5Ne4x1XHSjoM,53639
|
|
41
41
|
pyopencl/typing.py,sha256=d1xGKJTTi1TYa6HKD01N-Zd-QrdbBd4Dr5MPHrpoXmw,2047
|
|
42
42
|
pyopencl/version.py,sha256=Z5G_fsr_KVWqiYzK_pOQ2PbAO20wrFlEuqqKBGiAv4I,315
|
|
43
|
-
pyopencl-2025.2.
|
|
44
|
-
pyopencl-2025.2.
|
|
45
|
-
pyopencl-2025.2.
|
|
46
|
-
pyopencl-2025.2.
|
|
43
|
+
pyopencl-2025.2.7.dist-info/METADATA,sha256=ewTbQ2052noPrpeGZheceiEOTHkRWUMHkgqnv8Q7VVE,4725
|
|
44
|
+
pyopencl-2025.2.7.dist-info/WHEEL,sha256=oXhHG6ewLm-FNdEna2zwgy-K0KEl4claZ1ztR4VTx0I,106
|
|
45
|
+
pyopencl-2025.2.7.dist-info/licenses/LICENSE,sha256=jib9h6nV8oAvCkKPKDecpLakmQi1SktCn4YXmllgySY,15566
|
|
46
|
+
pyopencl-2025.2.7.dist-info/RECORD,,
|
|
File without changes
|