2023-11-29-16-47-15.tzlog (241.1 KB)
Your program has identified my 3080 as two GPUs.This has caused me to be unable to use 3080
When choosing 3080, it always ends up becoming a CPU
but When I use OpenVino to get the device, this is correct.
This is not a CPU issue, because I had the same problem when using 3700x before, but now I have replaced it and it still has the same problem
from openvino.runtime import Core
import os
core = Core()
devices = core.available_devices
for device in devices:
device_name = core.get_property(device, "FULL_DEVICE_NAME")
print(f"{device}: {device_name}")
result:
python.exe test.py
CPU: Genuine Intel(R) 0000
GPU.0: Intel(R) Iris(R) Xe Graphics (iGPU)
GPU.1: NVIDIA GeForce RTX 3080 (dGPU)
Topaz Photo AI [v2.0.6] on [Windows]