pyopencl 2025.2.3__tar.gz → 2025.2.5__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.

Files changed (125) hide show
  1. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/PKG-INFO +1 -1
  2. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/_monkeypatch.py +11 -5
  3. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/array.py +37 -3
  4. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/elementwise.py +7 -3
  5. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/tools.py +3 -3
  6. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/typing.py +4 -0
  7. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyproject.toml +15 -13
  8. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/.gitignore +0 -0
  9. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/.gitlab-ci.yml +0 -0
  10. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/.gitmodules +0 -0
  11. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/.test-conda-env-py3.yml +0 -0
  12. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/CITATION.cff +0 -0
  13. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/CMakeLists.txt +0 -0
  14. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/LICENSE +0 -0
  15. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/README.rst +0 -0
  16. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/contrib/cldis.py +0 -0
  17. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/contrib/fortran-to-opencl/README +0 -0
  18. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/contrib/fortran-to-opencl/translate.py +0 -0
  19. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/contrib/pyopencl.vim +0 -0
  20. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/.gitignore +0 -0
  21. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/Makefile +0 -0
  22. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/algorithm.rst +0 -0
  23. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/array.rst +0 -0
  24. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/conf.py +0 -0
  25. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/howto.rst +0 -0
  26. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/index.rst +0 -0
  27. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/make_constants.py +0 -0
  28. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/misc.rst +0 -0
  29. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime.rst +0 -0
  30. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_const.rst +0 -0
  31. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_gl.rst +0 -0
  32. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_memory.rst +0 -0
  33. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_platform.rst +0 -0
  34. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_program.rst +0 -0
  35. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/runtime_queue.rst +0 -0
  36. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/subst.rst +0 -0
  37. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/tools.rst +0 -0
  38. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/doc/types.rst +0 -0
  39. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/.gitignore +0 -0
  40. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/black-hole-accretion.py +0 -0
  41. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo-struct-reduce.py +0 -0
  42. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo.py +0 -0
  43. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_array.py +0 -0
  44. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_array_svm.py +0 -0
  45. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_elementwise.py +0 -0
  46. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_elementwise_complex.py +0 -0
  47. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_mandelbrot.py +0 -0
  48. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_meta_codepy.py +0 -0
  49. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/demo_meta_template.py +0 -0
  50. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/dump-performance.py +0 -0
  51. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/dump-properties.py +0 -0
  52. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/gl_interop_demo.py +0 -0
  53. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/gl_particle_animation.py +0 -0
  54. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/image_filters_using_image2d_t.py +0 -0
  55. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/ipython-demo.ipynb +0 -0
  56. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/median-filter.py +0 -0
  57. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/n-body.py +0 -0
  58. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/narray.py +0 -0
  59. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/noisyImage.jpg +0 -0
  60. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/pi-monte-carlo.py +0 -0
  61. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/svm.py +0 -0
  62. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/examples/transpose.py +0 -0
  63. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/__init__.py +0 -0
  64. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/_cl.pyi +0 -0
  65. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/_cluda.py +0 -0
  66. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/_mymako.py +0 -0
  67. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/algorithm.py +0 -0
  68. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/bitonic_sort.py +0 -0
  69. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/bitonic_sort_templates.py +0 -0
  70. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cache.py +0 -0
  71. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/capture_call.py +0 -0
  72. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/characterize/__init__.py +0 -0
  73. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/characterize/performance.py +0 -0
  74. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-airy.cl +0 -0
  75. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-bessel-j-complex.cl +0 -0
  76. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-bessel-j.cl +0 -0
  77. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-bessel-y.cl +0 -0
  78. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-complex.h +0 -0
  79. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-eval-tbl.cl +0 -0
  80. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-hankel-complex.cl +0 -0
  81. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-random123/array.h +0 -0
  82. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-random123/openclfeatures.h +0 -0
  83. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-random123/philox.cl +0 -0
  84. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cl/pyopencl-random123/threefry.cl +0 -0
  85. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/clmath.py +0 -0
  86. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/clrandom.py +0 -0
  87. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/cltypes.py +0 -0
  88. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/compyte/.gitignore +0 -0
  89. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/compyte/__init__.py +0 -0
  90. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/compyte/array.py +0 -0
  91. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/compyte/dtypes.py +0 -0
  92. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/compyte/pyproject.toml +0 -0
  93. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/invoker.py +0 -0
  94. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/ipython_ext.py +0 -0
  95. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/py.typed +0 -0
  96. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/reduction.py +0 -0
  97. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/scan.py +0 -0
  98. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/pyopencl/version.py +0 -0
  99. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/scripts/build-ocl-macos.sh +0 -0
  100. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/scripts/build-ocl-windows.sh +0 -0
  101. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/scripts/build-ocl.sh +0 -0
  102. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/bitlog.cpp +0 -0
  103. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/bitlog.hpp +0 -0
  104. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/clinfo_ext.h +0 -0
  105. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/mempool.hpp +0 -0
  106. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/pyopencl_ext.h +0 -0
  107. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/tools.hpp +0 -0
  108. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_cl.cpp +0 -0
  109. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_cl.hpp +0 -0
  110. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_cl_part_1.cpp +0 -0
  111. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_cl_part_2.cpp +0 -0
  112. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_constants.cpp +0 -0
  113. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_helpers.hpp +0 -0
  114. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/src/wrap_mempool.cpp +0 -0
  115. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/stubgen/stubgen.py +0 -0
  116. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/add-vectors-32.spv +0 -0
  117. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/add-vectors-64.spv +0 -0
  118. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/empty-header.h +0 -0
  119. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_algorithm.py +0 -0
  120. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_array.py +0 -0
  121. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_arrays_in_structs.py +0 -0
  122. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_clmath.py +0 -0
  123. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_clrandom.py +0 -0
  124. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_enqueue_copy.py +0 -0
  125. {pyopencl-2025.2.3 → pyopencl-2025.2.5}/test/test_wrapper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyopencl
3
- Version: 2025.2.3
3
+ Version: 2025.2.5
4
4
  Summary: Python wrapper for OpenCL
5
5
  Author-Email: Andreas Kloeckner <inform@tiker.net>
6
6
  License-Expression: MIT
@@ -196,6 +196,12 @@ class ProfilingInfoGetter:
196
196
  def __getattr__(self, name: str):
197
197
  info_cls = _cl.profiling_info
198
198
 
199
+ if not name.islower():
200
+ warn(f"Using non-lower-case attributes with Event.profile "
201
+ f"is deprecated. Got: '{name}', expected: '{name.lower()}'. "
202
+ "This will stop working in 2026.",
203
+ DeprecationWarning, stacklevel=2)
204
+
199
205
  try:
200
206
  inf_attr = getattr(info_cls, name.upper())
201
207
  except AttributeError as err:
@@ -204,11 +210,11 @@ class ProfilingInfoGetter:
204
210
  else:
205
211
  return self.event.get_profiling_info(inf_attr)
206
212
 
207
- QUEUED: int # pyright: ignore[reportUninitializedInstanceVariable]
208
- SUBMIT: int # pyright: ignore[reportUninitializedInstanceVariable]
209
- START: int # pyright: ignore[reportUninitializedInstanceVariable]
210
- END: int # pyright: ignore[reportUninitializedInstanceVariable]
211
- COMPLETE: int # pyright: ignore[reportUninitializedInstanceVariable]
213
+ queued: int # pyright: ignore[reportUninitializedInstanceVariable]
214
+ submit: int # pyright: ignore[reportUninitializedInstanceVariable]
215
+ start: int # pyright: ignore[reportUninitializedInstanceVariable]
216
+ end: int # pyright: ignore[reportUninitializedInstanceVariable]
217
+ complete: int # pyright: ignore[reportUninitializedInstanceVariable]
212
218
 
213
219
 
214
220
  kernel_old_get_info = _cl.Kernel.get_info
@@ -59,6 +59,7 @@ from pyopencl.compyte.array import (
59
59
  equal_strides as _equal_strides,
60
60
  f_contiguous_strides as _f_contiguous_strides,
61
61
  )
62
+ from pyopencl.typing import Allocator
62
63
 
63
64
 
64
65
  if TYPE_CHECKING:
@@ -66,8 +67,6 @@ if TYPE_CHECKING:
66
67
 
67
68
  from numpy.typing import DTypeLike, NDArray
68
69
 
69
- from pyopencl.typing import Allocator
70
-
71
70
 
72
71
  SCALAR_CLASSES = (Number, np.bool_, bool)
73
72
 
@@ -2381,7 +2380,7 @@ def _arange_knl(result, start, step):
2381
2380
  result.context, result.dtype)
2382
2381
 
2383
2382
 
2384
- def arange(queue, *args, **kwargs):
2383
+ def arange(queue: cl.CommandQueue, *args: Any, **kwargs: Any) -> Array:
2385
2384
  """arange(queue, [start, ] stop [, step], **kwargs)
2386
2385
  Create a :class:`Array` filled with numbers spaced *step* apart,
2387
2386
  starting from *start* and ending at *stop*. If not given, *start*
@@ -3404,4 +3403,39 @@ def cumsum(a, output_dtype=None, queue: cl.CommandQueue | None = None,
3404
3403
 
3405
3404
  # }}}
3406
3405
 
3406
+
3407
+ __all__ = [
3408
+ "Allocator",
3409
+ "Array",
3410
+ "all",
3411
+ "any",
3412
+ "arange",
3413
+ "as_strided",
3414
+ "concatenate",
3415
+ "cumsum",
3416
+ "diff",
3417
+ "dot",
3418
+ "empty_like",
3419
+ "hstack",
3420
+ "if_positive",
3421
+ "logical_and",
3422
+ "logical_not",
3423
+ "logical_or",
3424
+ "maximum",
3425
+ "minimum",
3426
+ "multi_put",
3427
+ "multi_take",
3428
+ "multi_take_put",
3429
+ "reshape",
3430
+ "stack",
3431
+ "subset_dot",
3432
+ "sum",
3433
+ "take",
3434
+ "to_device",
3435
+ "transpose",
3436
+ "vdot",
3437
+ "zeros",
3438
+ "zeros_like",
3439
+ ]
3440
+
3407
3441
  # vim: foldmethod=marker
@@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
29
29
 
30
30
 
31
31
  import enum
32
- from typing import Any
32
+ from typing import TYPE_CHECKING, Any
33
33
 
34
34
  import numpy as np
35
35
 
@@ -47,6 +47,10 @@ from pyopencl.tools import (
47
47
  )
48
48
 
49
49
 
50
+ if TYPE_CHECKING:
51
+ from collections.abc import Sequence
52
+
53
+
50
54
  # {{{ elementwise kernel code generator
51
55
 
52
56
  def get_elwise_program(
@@ -119,7 +123,7 @@ def get_elwise_program(
119
123
 
120
124
  def get_elwise_kernel_and_types(
121
125
  context: cl.Context,
122
- arguments: str | list[DtypedArgument],
126
+ arguments: str | Sequence[DtypedArgument],
123
127
  operation: str, *,
124
128
  name: str = "elwise_kernel",
125
129
  options: Any = None,
@@ -229,7 +233,7 @@ class ElementwiseKernel:
229
233
  def __init__(
230
234
  self,
231
235
  context: cl.Context,
232
- arguments: str | list[DtypedArgument],
236
+ arguments: str | Sequence[DtypedArgument],
233
237
  operation: str,
234
238
  name: str = "elwise_kernel",
235
239
  options: Any = None, **kwargs: Any) -> None:
@@ -806,8 +806,8 @@ class VectorArg(DtypedArgument):
806
806
  """
807
807
  with_offset: bool
808
808
 
809
- def __init__(self, name: str, dtype: DTypeLike, with_offset: bool = False):
810
- super().__init__(name, dtype)
809
+ def __init__(self, dtype: DTypeLike, name: str, with_offset: bool = False):
810
+ super().__init__(dtype, name)
811
811
  object.__setattr__(self, "with_offset", with_offset)
812
812
 
813
813
  @override
@@ -860,7 +860,7 @@ def parse_c_arg(c_arg: str, with_offset: bool = False) -> DtypedArgument:
860
860
 
861
861
 
862
862
  def parse_arg_list(
863
- arguments: str | list[str] | list[DtypedArgument],
863
+ arguments: str | list[str] | Sequence[DtypedArgument],
864
864
  with_offset: bool = False) -> list[DtypedArgument]:
865
865
  """Parse a list of kernel arguments. *arguments* may be a comma-separate
866
866
  list of C declarators in a string, a list of strings representing C
@@ -55,3 +55,7 @@ KernelArg: TypeAlias = """
55
55
  | None"""
56
56
 
57
57
  Allocator: TypeAlias = "Callable[[int], _cl.MemoryObjectHolder | _cl.SVMPointer]"
58
+
59
+
60
+ __all__ = [
61
+ ]
@@ -11,7 +11,7 @@ requires = [
11
11
 
12
12
  [project]
13
13
  name = "pyopencl"
14
- version = "2025.2.3"
14
+ version = "2025.2.5"
15
15
  description = "Python wrapper for OpenCL"
16
16
  readme = "README.rst"
17
17
  license = "MIT"
@@ -149,13 +149,11 @@ environment-pass = [
149
149
  "CL_LIB_DIR",
150
150
  ]
151
151
  test-skip = [
152
- "*-macosx_*:arm64",
153
152
  "*-macosx_arm64",
154
153
  ]
155
154
 
156
155
  [tool.cibuildwheel.linux]
157
156
  skip = [
158
- "pp*",
159
157
  "*_i686",
160
158
  ]
161
159
  test-command = ""
@@ -240,6 +238,8 @@ reportImportCycles = "none"
240
238
  pythonVersion = "3.10"
241
239
  pythonPlatform = "All"
242
240
 
241
+ reportAny = "none"
242
+
243
243
  exclude = [
244
244
  "contrib/*.py",
245
245
  "contrib/*/*.py",
@@ -253,21 +253,23 @@ exclude = [
253
253
 
254
254
  [[tool.basedpyright.executionEnvironments]]
255
255
  root = "test"
256
- reportUnknownArgumentType = "hint"
257
- reportPrivateUsage = "none"
258
256
  reportAny = "none"
259
- reportUnknownVariableType = "none"
257
+ reportArgumentType = "hint"
258
+ reportAttributeAccessIssue = "hint"
259
+ reportMissingImports = "none"
260
260
  reportMissingParameterType = "hint"
261
+ reportMissingTypeStubs = "none"
262
+ reportOperatorIssue = "hint"
263
+ reportOptionalMemberAccess = "hint"
264
+ reportPossiblyUnboundVariable = "none"
265
+ reportPrivateImportUsage = "none"
266
+ reportPrivateUsage = "none"
267
+ reportUnknownArgumentType = "hint"
268
+ reportUnknownLambdaType = "hint"
261
269
  reportUnknownMemberType = "hint"
262
270
  reportUnknownParameterType = "hint"
271
+ reportUnknownVariableType = "none"
263
272
  reportUnusedImport = "hint"
264
- reportUnknownLambdaType = "hint"
265
- reportPrivateImportUsage = "none"
266
- reportOperatorIssue = "hint"
267
- reportPossiblyUnboundVariable = "none"
268
- reportMissingImports = "none"
269
- reportOptionalMemberAccess = "hint"
270
- reportArgumentType = "hint"
271
273
 
272
274
  [[tool.basedpyright.executionEnvironments]]
273
275
  root = "pyopencl/_monkeypatch.py"
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