The specification requires host fallback when there is no OpenCL device available. I see some options how this may be implemented, however I believe it would take a lot of work.
What needs to be done:
- Partitioning of work-groups
- Work-item synchronization
- Computing inside data reference
- Other hidden features ...
The specification requires host fallback when there is no OpenCL device available. I see some options how this may be implemented, however I believe it would take a lot of work.
What needs to be done: