debug ci #1650
Annotations
5 errors
test/test/test/test_wrapper.py#L1160
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False]
AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
|
test/test/test/test_wrapper.py#L1212
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True]
AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
|
test/test/test/test_wrapper.py#L1488
test_enqueue_copy_array[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
TypeError: __init__(): incompatible function arguments. The following argument types are supported:
1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None
2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None
Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple, is_array: bool }
|
test/test/test/test_wrapper.py#L1509
test_enqueue_copy_array_2[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
TypeError: __init__(): incompatible function arguments. The following argument types are supported:
1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None
2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None
Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple }
|
|
This job failed
Loading