mohamed messelka <m14m(a)live.fr> writes:
> Hello Dears,
>
>
> I'm new in PyOpenCL, I want to instal PyOpenCL for Altera FPGAs, I still have errores, I have this error :
>
>
> src/c_wrapper/buffer.cpp:211:13: required from here src/c_wrapper/function.h:36:62: error: invalid conversion from 'long long unsigned int*' to 'long long unsigned int' [-fpermissive] -> decltype(func(std::forward<Arg2>(std::get<S>(args))...)) ^
>
>
> Could you tell me why I get this erroe and how to solve it?
>
> For your record I'm using CL file of Altera and also libraries.
Check Nachiket's article for more information:
https://paper.dropbox.com/doc/PyOpenCL-with-Altera-FPGAs-8ojfCVUBhiz7UOjRTI…
Andreas
Hello Dears,
I'm new in PyOpenCL, I want to instal PyOpenCL for Altera FPGAs, I still have errores, I have this error :
src/c_wrapper/buffer.cpp:211:13: required from here src/c_wrapper/function.h:36:62: error: invalid conversion from 'long long unsigned int*' to 'long long unsigned int' [-fpermissive] -> decltype(func(std::forward<Arg2>(std::get<S>(args))...)) ^
Could you tell me why I get this erroe and how to solve it?
For your record I'm using CL file of Altera and also libraries.
I'm waiting for positive response soon.
Thanks in advance.
Kinds regards.
Mohamed Messelka
Aseem,
aseem hegshetye <aseem.hegshetye(a)gmail.com> writes:
> PyOpenCL is awesome and its been around since 2011. Its extremely easy to
> program but frustrating in the beginning. There is absolutely no
> comprehensive detailed documentation explaining PyOpenCL to beginners who
> have never programmed GPUs before.
> Should we start drafting a simple easy to understand detailed PyOpenCL
> documentation with lots of examples. Anyone who has never used GPUs, should
> be able to start here and be able to program his/her code on GPUs using
> Python. All OpenCL concepts and Python functions explained in detail.
I'm happy to hear that you're finding PyOpenCL useful, and I'd be
delighted to receive pull requests for the documentation, here:
https://github.com/pyopencl/pyopencl/tree/master/doc
So far, I've considered (attempting to) explain all of OpenCL out of
scope for the PyOpenCL documentation. "Hands on OpenCL" may be closer to
what you're looking for (linked to from the main page of the docs):
https://handsonopencl.github.io/
Do keep the list posted as you investigate ways to improve PyOpenCL's
documentation story.
Andreas
Hi,
PyOpenCL is awesome and its been around since 2011. Its extremely easy to
program but frustrating in the beginning. There is absolutely no
comprehensive detailed documentation explaining PyOpenCL to beginners who
have never programmed GPUs before.
Should we start drafting a simple easy to understand detailed PyOpenCL
documentation with lots of examples. Anyone who has never used GPUs, should
be able to start here and be able to program his/her code on GPUs using
Python. All OpenCL concepts and Python functions explained in detail.
Thanks