OpenCL on CPU

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

OpenCL on CPU

Post by 3DModelerMan »

If I program an application using OpenCL, will it run threads on a system that doesn't have a graphics card with OpenCL support? Can I use just the CPU threads on that system? without GPGPU?
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

In AMD implementation of OpenCL You can use both CPU (eg. Phenom) and GPU (eg. HD5k), but in a nVidia implementation You can use only GPU (eg. GF8 series).
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply