pyopencl 2024.2.6__tar.gz → 2024.2.7__tar.gz
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-2024.2.6 → pyopencl-2024.2.7}/PKG-INFO +1 -1
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyproject.toml +5 -3
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/.gitignore +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/.gitlab-ci.yml +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/.gitmodules +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/.pylintrc-local.yml +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/.test-conda-env-py3.yml +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/CITATION.cff +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/CMakeLists.txt +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/LICENSE +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/README.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/contrib/cldis.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/contrib/fortran-to-opencl/README +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/contrib/fortran-to-opencl/translate.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/contrib/pyopencl.vim +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/.gitignore +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/Makefile +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/algorithm.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/array.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/conf.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/howto.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/index.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/make_constants.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/misc.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_const.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_gl.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_memory.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_platform.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_program.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/runtime_queue.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/subst.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/tools.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/doc/types.rst +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/.gitignore +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/black-hole-accretion.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo-struct-reduce.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_array.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_array_svm.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_elementwise.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_elementwise_complex.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_mandelbrot.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_meta_codepy.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/demo_meta_template.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/dump-performance.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/dump-properties.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/gl_interop_demo.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/gl_particle_animation.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/ipython-demo.ipynb +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/median-filter.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/n-body.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/narray.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/noisyImage.jpg +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/pi-monte-carlo.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/svm.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/examples/transpose.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/__init__.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/_cluda.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/_mymako.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/algorithm.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/array.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/bitonic_sort.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/bitonic_sort_templates.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cache.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/capture_call.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/characterize/__init__.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/characterize/performance.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-airy.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-bessel-j-complex.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-bessel-j.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-bessel-y.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-complex.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-eval-tbl.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-hankel-complex.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-random123/array.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-random123/openclfeatures.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-random123/philox.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cl/pyopencl-random123/threefry.cl +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/clmath.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/clrandom.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/cltypes.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/.git +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/.gitignore +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/__init__.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/array.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/dtypes.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/Makefile +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/__init__.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/gen_elemwise.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/gen_reduction.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/gpu_ndarray.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_language.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_language_cuda.cu +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_language_opencl.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_ndarray.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_ndarray.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/pygpu_ndarray_object.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/setup_opencl.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/test_gpu_elemwise.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/compyte/ndarray/test_gpu_ndarray.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/elementwise.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/invoker.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/ipython_ext.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/reduction.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/scan.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/tools.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pyopencl/version.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/pytest.ini +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/scripts/build-ocl-macos.sh +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/scripts/build-ocl-windows.sh +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/scripts/build-ocl.sh +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/bitlog.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/bitlog.hpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/clinfo_ext.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/mempool.hpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/pyopencl_ext.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/tools.hpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_cl.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_cl.hpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_cl_part_1.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_cl_part_2.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_constants.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_helpers.hpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/src/wrap_mempool.cpp +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/add-vectors-32.spv +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/add-vectors-64.spv +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/empty-header.h +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_algorithm.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_array.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_arrays_in_structs.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_clmath.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_clrandom.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_enqueue_copy.py +0 -0
- {pyopencl-2024.2.6 → pyopencl-2024.2.7}/test/test_wrapper.py +0 -0
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
requires = [
|
|
3
3
|
"scikit-build-core >=0.9.3",
|
|
4
4
|
"nanobind >=1.9.2",
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
# https://numpy.org/doc/stable/dev/depending_on_numpy.html#build-time-dependency
|
|
6
|
+
# Just depending on numpy will automatically expose the oldest supported ABI.
|
|
7
|
+
# - Retrieved 2024-06-24, AK
|
|
8
|
+
"numpy",
|
|
7
9
|
]
|
|
8
10
|
build-backend = "scikit_build_core.build"
|
|
9
11
|
|
|
10
12
|
[project]
|
|
11
13
|
name = "pyopencl"
|
|
12
|
-
version = "2024.2.
|
|
14
|
+
version = "2024.2.7"
|
|
13
15
|
description = "Python wrapper for OpenCL"
|
|
14
16
|
readme = "README.rst"
|
|
15
17
|
requires-python = "~=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|