Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 in the actions group #889
Annotations
10 warnings
|
Main Script:
test/test_wrapper.py#L398
Kernel 'mult' has been retrieved more than once. Each retrieval creates a new, independent kernel, at possibly considerable expense. To avoid the expense, reuse the retrieved kernel instance. To avoid this warning, use cl.Kernel(prg, name).
|
|
Main Script:
test/test_wrapper.py#L398
Kernel 'mult' has been retrieved more than once. Each retrieval creates a new, independent kernel, at possibly considerable expense. To avoid the expense, reuse the retrieved kernel instance. To avoid this warning, use cl.Kernel(prg, name).
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/array.py#L2534
Casting complex values to real discards the imaginary part
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L578
PyOpenCL compiler caching failed with an exception:
[begin exception]
Traceback (most recent call last):
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/tools.py", line 522, in wrapper
return ctx_dict[cl_object][cache_key]
~~~~~~~~^^^^^^^^^^^
KeyError: <pyopencl.Context at 0x56246f437bc0 on <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language' at 0x56246ddb4e00>>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py", line 514, in create_built_program_from_source_cached
_create_built_program_from_source_cached(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
ctx, src, options_bytes, devices, cache_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
include_path=include_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py", line 424, in _create_built_program_from_source_cached
src = src + b"\n\n__constant int pyopencl_defeat_cache_%s = 0;" % (
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
uuid4().hex)
~~~~~~~~~~~~
TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
[end exception]
|
|
Main Script:
.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L578
PyOpenCL compiler caching failed with an exception:
[begin exception]
Traceback (most recent call last):
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/tools.py", line 522, in wrapper
return ctx_dict[cl_object][cache_key]
~~~~~~~~^^^^^^^^^^^
KeyError: <pyopencl.Context at 0x56246f437bc0 on <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language' at 0x56246ddb4e00>>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py", line 514, in create_built_program_from_source_cached
_create_built_program_from_source_cached(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
ctx, src, options_bytes, devices, cache_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
include_path=include_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/pyopencl/pyopencl/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py", line 424, in _create_built_program_from_source_cached
src = src + b"\n\n__constant int pyopencl_defeat_cache_%s = 0;" % (
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
uuid4().hex)
~~~~~~~~~~~~
TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
[end exception]
|
Loading