assign GPU for OpenGL ROP
1697 2 1- ikoon
- Member
- 206 posts
- Joined: Jan. 2016
- Offline
- malexander
- Staff
- 5201 posts
- Joined: July 2005
- Offline
No, unfortunately GL is not offered the same flexibility as CL by the OS in terms of specifying which device to use. The GPU used by the OS for graphics is the one all GL contexts are created on. There are some vendor specific extensions which might work, but they are somewhat complicated to use.
Vulkan fixed this, and allows apps to select the device from a list of devices. But while we're still using GL, that's not an option.
Vulkan fixed this, and allows apps to select the device from a list of devices. But while we're still using GL, that's not an option.
- ikoon
- Member
- 206 posts
- Joined: Jan. 2016
- Offline
-
- Quick Links