Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThank you for your input. I need support on mobile devices which as of now I don't see possible with OpenCL. Although [PGCL](http://www.pgroup.com/products/pgcl.htm) seems to have some very promising news in this field, I still feel that OpenGL has far more support even though it is quite different from what I am looking to achieve.
      singulars
    2. COI worked with a researcher who was doing work in the field of using OpenGL as a computing language, a few years back. However, all work was dropped in favor of CUDA when it first came out. It seems kind of strange to me to want to use a highly parallel language for high performance computing on a mobile device, although I can see a few uses.. Are you sure this is really what you need? Can you elaborate further on your actual needs? Have you considered streaming the dataset to a server that offers OpenCL instead of consuming all the power on the mobile device in question?
      singulars
    3. COI'm essentially trying to create an "engine" that runs on multiple platforms that runs mathematical equations on the gpu. I have this created for the CPU, but I'm trying to port over some of the functions that take up the most time. On mobile devices it is incredibly slow to the point where it is unusable if certain functions are used. I am trying to run these very large loops on the GPU and maybe use the GPU for even more of the processing if it seems logical. It would be possible to program several engines for different platforms, but I'm trying to avoid that since I'm just one person.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload