Add pickling support for arrays, buffers #1668
ci.yml
on: pull_request
Ruff
8s
Pylint
1m 34s
Mypy
1m 15s
Pytest Linux POCL
3m 16s
Pytest Linux Intel CL
2m 10s
Pytest Windows Intel CL
3m 53s
Pytest Mac POCL
1m 59s
Documentation
1m 18s
Examples
2m 17s
Matrix: downstream_tests
Annotations
8 errors and 1 warning
Pytest Mac POCL:
test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>-True]
TypeError: get_info(): incompatible function arguments. The following argument types are supported:
1. get_info(self, arg: int, /) -> object
Invoked with types: pyopencl._cl.PooledBuffer, int
|
Pytest Mac POCL
Process completed with exit code 1.
|
Pytest Linux Intel CL:
test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True]
TypeError: get_info(): incompatible function arguments. The following argument types are supported:
1. get_info(self, arg: int, /) -> object
Invoked with types: pyopencl._cl.PooledBuffer, int
|
Pytest Linux Intel CL
Process completed with exit code 1.
|
Pytest Linux POCL:
test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True]
TypeError: get_info(): incompatible function arguments. The following argument types are supported:
1. get_info(self, arg: int, /) -> object
Invoked with types: pyopencl._cl.PooledBuffer, int
|
Pytest Linux POCL
Process completed with exit code 1.
|
Pytest Windows Intel CL:
test\test\test\test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True]
TypeError: get_info(): incompatible function arguments. The following argument types are supported:
1. get_info(self, arg: int, /) -> object
Invoked with types: pyopencl._cl.PooledBuffer, int
|
Pytest Windows Intel CL
Process completed with exit code 1.
|
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|