pyopencl 2025.2.5__cp310-cp310-macosx_11_0_arm64.whl → 2025.2.7__cp310-cp310-macosx_11_0_arm64.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.cpython-310-darwin.so +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,33 +1,37 @@
|
|
|
1
|
-
pyopencl
|
|
2
|
-
pyopencl/
|
|
1
|
+
pyopencl-2025.2.7.dist-info/RECORD,,
|
|
2
|
+
pyopencl-2025.2.7.dist-info/WHEEL,sha256=ARvpZEbgFu-cAxZINNemqHWSYlsYgHkQqksAmhPJqFw,141
|
|
3
|
+
pyopencl-2025.2.7.dist-info/METADATA,sha256=ewTbQ2052noPrpeGZheceiEOTHkRWUMHkgqnv8Q7VVE,4725
|
|
4
|
+
pyopencl-2025.2.7.dist-info/licenses/LICENSE,sha256=wiBvs-UC54bB5DswWuvB66B96b4hkYw_VLt8IR0cBPI,15284
|
|
5
|
+
pyopencl/algorithm.py,sha256=0-zFMZDtj6iiyiedpxKd6JA9bh1zCj89SXYXTrqsnjs,51319
|
|
6
|
+
pyopencl/clmath.py,sha256=p-tN7Bzv1uxYM28odnqiqvO6bd4Sf6DaJBNrlzPJT68,8189
|
|
3
7
|
pyopencl/version.py,sha256=53bqHNFDyobSVMAdQ47kiOx1UdhKXDLkTtzNwfLEvY4,304
|
|
4
8
|
pyopencl/capture_call.py,sha256=c1X3HKwtikqgkSuMSvMNKezYCrAtCc8Wt60cvGfFJTQ,6479
|
|
5
9
|
pyopencl/reduction.py,sha256=2Gf91Rw0mUu61SVSqhYWhReV5Ru28Qw60CXmXLhSDO8,26644
|
|
6
|
-
pyopencl/tools.py,sha256=
|
|
7
|
-
pyopencl/elementwise.py,sha256=
|
|
8
|
-
pyopencl/cache.py,sha256=
|
|
10
|
+
pyopencl/tools.py,sha256=DMBI5hzl1qJCKpCdqEd6CNWa_rjePLqUA7tLztih_wU,51959
|
|
11
|
+
pyopencl/elementwise.py,sha256=PQfwwCo9BFAfVG8WziqO_40wkhMYEVxGddmbiGjjDDo,43821
|
|
12
|
+
pyopencl/cache.py,sha256=B8uY1YrBZBn8Q37aj0a6NC4yliumXwAsZvmjnWr1LZs,15989
|
|
9
13
|
pyopencl/__init__.py,sha256=70i8Bo6qCxXT61loiSs4MfHBk_MDzgDN9eVMnR8Kab4,63178
|
|
10
|
-
pyopencl/_cl.pyi,sha256=
|
|
11
|
-
pyopencl/cltypes.py,sha256=
|
|
14
|
+
pyopencl/_cl.pyi,sha256=u-PoarxPjueM2-u7wtbCdPRA2QHvSW146r79Ys8aZl4,56329
|
|
15
|
+
pyopencl/cltypes.py,sha256=MXbJ0NqIDTAjG40Fq4l5070THAS1e9AuGGlNGrcv-Os,6706
|
|
12
16
|
pyopencl/invoker.py,sha256=ws1kdpzIkc7vc7s4jxtJ7IcdCa5qOT5DiYW6rMxjVVg,13706
|
|
13
|
-
pyopencl/_cl.cpython-310-darwin.so,sha256=
|
|
17
|
+
pyopencl/_cl.cpython-310-darwin.so,sha256=2_MA3rU6GXCfyKPDK_sg6KZJmext59PU0siatZvuZiQ,539848
|
|
14
18
|
pyopencl/ipython_ext.py,sha256=_l9y3F2fi-tM7_cIlqY1LyWckYHYfVYBKCI4RNpEpKo,1951
|
|
15
19
|
pyopencl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
pyopencl/scan.py,sha256=
|
|
20
|
+
pyopencl/scan.py,sha256=_eg8UjYs0OVTfP909H6fqrlj1Xe4OtSqMWY3ziUPevc,65975
|
|
17
21
|
pyopencl/_cluda.py,sha256=kjI6pW9M-zGCVDsautsKsYMs1U9v73_W5riUjdzmKA0,2111
|
|
18
22
|
pyopencl/_mymako.py,sha256=1xp0pWcE57hpIDKw915CvOGQpC-Jral02Inykx_k198,657
|
|
19
|
-
pyopencl/_monkeypatch.py,sha256=
|
|
23
|
+
pyopencl/_monkeypatch.py,sha256=f25Px5nH8ODWs2eLkOtzK9NT5IKNaJ1hx3_hV1Ta8CE,36080
|
|
20
24
|
pyopencl/typing.py,sha256=LN50UCqujen7SE5cforFvJLoEd3KNEKygxuQiZV4YoQ,1986
|
|
21
|
-
pyopencl/array.py,sha256=
|
|
25
|
+
pyopencl/array.py,sha256=98xbzixkZzZU4sSUzHyBNfBMVsLLwWyk7Q864feP8_I,114795
|
|
22
26
|
pyopencl/bitonic_sort.py,sha256=FpTfCf_s22O-SgPWBoXZjCG_k1afm7uUwnO9N7jubgg,8052
|
|
23
27
|
pyopencl/bitonic_sort_templates.py,sha256=316nsWdr7jpg9g8SmZk8KCoHmHKabjvOdBaufxQPw8Y,16188
|
|
24
28
|
pyopencl/clrandom.py,sha256=Ox_Eebq5fcjsBXpa68C1kt8Ca6CPi5tXwXhEhLY_yP8,13081
|
|
25
|
-
pyopencl/compyte/pyproject.toml,sha256=
|
|
29
|
+
pyopencl/compyte/pyproject.toml,sha256=yISxFxhotloFnx_Adffvnr0w2samJwGonr64Eq2YDQo,1145
|
|
26
30
|
pyopencl/compyte/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
|
-
pyopencl/compyte/dtypes.py,sha256=
|
|
31
|
+
pyopencl/compyte/dtypes.py,sha256=mbpZEVF3l01JTou4-3MeHG_9ptPcLo33kZhU9UZTwL8,10568
|
|
28
32
|
pyopencl/compyte/.gitignore,sha256=HVYtbKRtOCPWZavrgYqO2u7UKFiE7g7ympmuQzKbBBw,168
|
|
29
|
-
pyopencl/compyte/array.py,sha256=
|
|
30
|
-
pyopencl/characterize/__init__.py,sha256=
|
|
33
|
+
pyopencl/compyte/array.py,sha256=7F4TuQ5SzkV4du-R-GQ7cNLFJNhRU-htVqbVbpkKJ2o,7493
|
|
34
|
+
pyopencl/characterize/__init__.py,sha256=1BWTlbHSSM7XSvCalTvpneIW6qKnVwZmn2rfS2VgmVo,14527
|
|
31
35
|
pyopencl/characterize/performance.py,sha256=i8X1jWlyL1bUD7wuDoSlk1CckJkT6zAVPefziQwmNXU,6903
|
|
32
36
|
pyopencl/cl/pyopencl-bessel-y.cl,sha256=VDy8l4lVxO8VcJR_maeGu_Qjnw27j28zBwhaTKDhBBg,12297
|
|
33
37
|
pyopencl/cl/pyopencl-hankel-complex.cl,sha256=JSm38L6cOdnDssVqzKCNgjMrILT5ExkYAxz7i8rQBtA,31561
|
|
@@ -40,7 +44,3 @@ pyopencl/cl/pyopencl-random123/threefry.cl,sha256=2WmQGxx5gPSv22UL9_MlXv0eMug91k
|
|
|
40
44
|
pyopencl/cl/pyopencl-random123/philox.cl,sha256=vYcQH7Vw13Q3qkW5Nhy1HTUDbWLGKoloE1YP0VWk6vU,21740
|
|
41
45
|
pyopencl/cl/pyopencl-random123/array.h,sha256=nIV0zDWYuybldNgtsh79icNtDXHYdDsSpFaWIvDTyw4,17088
|
|
42
46
|
pyopencl/cl/pyopencl-random123/openclfeatures.h,sha256=pAPbl7JkQgJxulSuGGevpaI43P7PwiH2mYxtNfHq59M,2881
|
|
43
|
-
pyopencl-2025.2.5.dist-info/RECORD,,
|
|
44
|
-
pyopencl-2025.2.5.dist-info/WHEEL,sha256=iPQWBjKNkGcw8UzZdE3DxEbRx5fyyzLkJ1izF6VsBJA,141
|
|
45
|
-
pyopencl-2025.2.5.dist-info/METADATA,sha256=jpfnZrTC8aQ64IAV3PyDhQGSPwEEHTRHj8QgMvCYc08,4756
|
|
46
|
-
pyopencl-2025.2.5.dist-info/licenses/LICENSE,sha256=wiBvs-UC54bB5DswWuvB66B96b4hkYw_VLt8IR0cBPI,15284
|
|
File without changes
|