You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.version); print(ipex.version); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"
2.3.1+cxx11.abi
2.3.110+xpu
Traceback (most recent call last):
File "", line 1, in
File "/home/user/ComfyUI/venv/lib/python3.10/site-packages/torch/xpu/init.py", line 57, in device_count
return torch._C._xpu_getDeviceCount()
RuntimeError: Native API failed. Native API returns: -1102 (PI_ERROR_UNINITIALIZED) -1102 (PI_ERROR_UNINITIALIZED)
Versions
2.3.110+xpu
The text was updated successfully, but these errors were encountered:
Describe the bug
Followed the installation steps here. https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu&version=v2.3.110%2bxpu&os=linux%2fwsl2&package=pip
python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.version); print(ipex.version); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"
2.3.1+cxx11.abi
2.3.110+xpu
Traceback (most recent call last):
File "", line 1, in
File "/home/user/ComfyUI/venv/lib/python3.10/site-packages/torch/xpu/init.py", line 57, in device_count
return torch._C._xpu_getDeviceCount()
RuntimeError: Native API failed. Native API returns: -1102 (PI_ERROR_UNINITIALIZED) -1102 (PI_ERROR_UNINITIALIZED)
Versions
2.3.110+xpu
The text was updated successfully, but these errors were encountered: