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 example: by gpu_selector()) is discrete GPU or integrated GPU?I did not find an aspect for this.
↧