Hi,
I have a question about get device count of Intel GPUs.
By using dpctl, I can easily get count with len(dpctl.get_devices("level_zero", "gpu"))
However, using this API should import dpctl,
If I don't want to import dpctl, how can I get the device count?
Like Nvidia GPU detection: by check the driver list in folder /proc/driver/nvidia/gpus
Thanks.