Tomasz Rybak <[email protected]> writes:

> Hello.
> I'm trying to prepare Debian package with CFFI bindings.
> Current version from git (c8fb83f69d709f3892ff25b0776cd1d82c6c87ff)
> cannot build documentation:
>
> # python make_constants.py 
> Traceback (most recent call last):
>   File "make_constants.py", line 304, in <module>
>     "PIPE": cl_20,
> AttributeError: 'module' object has no attribute
> 'kernel_arg_type_qualifier'
>
>
> make_constants.py contains from line 298:
>  cl.kernel_arg_type_qualifier: {
>             "NONE": cl_12_2015,
>             "CONST": cl_12_2015,
>             "RESTRICT": cl_12_2015,
>             "VOLATILE": cl_12_2015,
>
>             "PIPE": cl_20,
>             },
>
> but pyopencl/__init__.py does not contain kernel_arg_type_qualifier,
> only kernel_arg_info, kernel_arg_address_qualifier, and        
> kernel_arg_access_qualifier.
>
> Is it just omission (so I can add this constant) or is there some
> deeper problem (related to CFFI?)

Fixed in 862fe11. Thanks for the report!

Andreas

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to