↧
Answer by aland for SYCL GPU device query - Is the GPU device is discrete or...
As you observed, there are no dedicated aspect or property.With Intel oneAPI, you can query (deprecated, but still working) info::device::host_unified_memory device property. I verified with oneAPI...
View ArticleSYCL GPU device query - Is the GPU device is discrete or integtated?
I write a SYCL application for which I need to distinguish between GPU discrete devices and GPU integrated devices. Is there any way, directly or indirectly, to know if the GPU device I selected(for...
View Article