- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
my system contains intel integrated GPU and CPU, but when I call clGetDeviceIDs by CL_DEVICE_TYPE_ALL argument, I only see the integrated GPU device on my device list as below log.
[CreateContext] GPU -- 0 --
[CreateContext] GPU DEVICE_NAME = Intel(R) UHD Graphics 620
[CreateContext] GPU DEVICE_VENDOR = Intel(R) Corporation
[CreateContext] GPU DEVICE_VERSION = OpenCL 2.1 NEO
[CreateContext] GPU DRIVER_VERSION = 27.20.100.8681
[CreateContext] GPU DEVICE_MAX_COMPUTE_UNITS = 24
[CreateContext] GPU DEVICE_MAX_CLOCK_FREQUENCY = 1100
[CreateContext] GPU DEVICE_MAX_WORK_GROUP_SIZE = 1100
[CreateContext] GPU DEVICE_MAX_WORK_ITEM_SIZE = 1100
[CreateContext] GPU DEVICE_GLOBAL_MEM_SIZE = 5106237440
[CreateContext] GPU DEVICE_LOCAL_MEM_SIZE = 65536
[CreateContext] GPU DEVICE_MEM_BASE_ADDR_ALIGN = 1024
[CreateContext] ALL -- 0 --
[CreateContext] ALL DEVICE_NAME = Intel(R) UHD Graphics 620
[CreateContext] ALL DEVICE_VENDOR = Intel(R) Corporation
[CreateContext] ALL DEVICE_VERSION = OpenCL 2.1 NEO
[CreateContext] ALL DRIVER_VERSION = 27.20.100.8681
[CreateContext] ALL DEVICE_MAX_COMPUTE_UNITS = 24
[CreateContext] ALL DEVICE_MAX_CLOCK_FREQUENCY = 1100
[CreateContext] ALL DEVICE_MAX_WORK_GROUP_SIZE = 1100
[CreateContext] ALL DEVICE_MAX_WORK_ITEM_SIZE = 1100
[CreateContext] ALL DEVICE_GLOBAL_MEM_SIZE = 5106237440
[CreateContext] ALL DEVICE_LOCAL_MEM_SIZE = 65536
[CreateContext] ALL DEVICE_MEM_BASE_ADDR_ALIGN = 1024
Is it possible to use both intel integrated GPU and CPU?
Link Copied
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page