Changes between Initial Version and Version 2 of Ticket #63444


Ignore:
Timestamp:
Oct 2, 2023, 7:57:57 AM (7 months ago)
Author:
lpagani91
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63444

    • Property Summary changed from pyopencl for python 3.8 and 3.9 + bug fix to pyopencl crashes for all python versions from 3.7 to 3.10.
  • Ticket #63444 – Description

    initial v2  
    11Hello,
    22
    3 Presently pyopencl is included in the python3.6 and python3.7 packages. Not in 3.8 and 3.9.
    4 Could it be ported ?
    5 On top of that, the py37-pyopencl package crashes with the following message :
     3Two years ago pyopencl was included in the python3.6 and python3.7 packages only.
     4While the 3.6 version works fine, the py37-pyopencl package crashes with the following message :
    65
    76{{{
     
    2423TypeError: unsupported type for persistent hash keying: <class 'numpy.dtype[void]'>
    2524}}}
    26 
    27 the same code does not crash with py36-opencl