-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load Intel Extension for Tensorflow* GPU backend, GPU will not be used. #73
Comments
Hi [ibrahimshahid1] could you please check your OS version and other dependency as https://intel.github.io/intel-extension-for-tensorflow/v2.14.0.1/docs/install/install_for_xpu.html and let us know your output. thanks |
i mean im on windows 11 |
im honestly kinda new to all of this so idk what ur really asking lol |
Hi Ibrahimshahid1, thank you for letting us know. you are working on Window 11 + Arc 370m, and you hope to make the Intel extension for Tensorflow work on the Arc 370m, right? The missing library is from intel level zero GPU runtime library , could you please check if you have the library in your WSL system, if there is, it is under /usr/lib/x86_64-linux-gnu and if it is not there, then you may need to install the related GPU driver runtime library : Here are one install steps for your reference : Hardware setup: Host: Windows 11 for example, ( my machine has one Xe GPU with 8GB) Then open one CMD prompt, install Ubuntu wsl2: once you have WSL2 installed, open the Ubuntu command windows from the window start-up menu from fresh installation: wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | sudo apt-get install To install the whole oneapi wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fdc7a2bc-b7a8-47eb-8876-de6201297144/l_BaseKit_p_2024.1.0.596.sh source /opt/intel/oneapi/setvars.sh setting up my conda environment: https://intel.github.io/intel-extension-for-tensorflow/latest/docs/install/experimental/install_for_gpu_conda.html curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o Miniconda3-latest-Linux-x86_64.sh (or miniforge 's conda environment) pip install --upgrade pip Please let me know if any steps you run into a problem |
So, the extension is only available for Ubuntu and not Windows? |
Hi RafinRono, Right, currently the extension is only support Linux or WSL, no native windows. Here is the system requirements: https://intel.github.io/intel-extension-for-tensorflow/latest/get_started.html#install |
2024-07-03 22:05:41.445430: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used.
2024-07-03 22:05:41.446433: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-07-03 22:05:41.924553: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
2024-07-03 22:05:42.266600: W itex/core/wrapper/itex_gpu_wrapper.cc:32] Could not load dynamic library: libze_loader.so.1: cannot open shared object file: No such file or directory
running on xps 15 with intel arc a370m
The text was updated successfully, but these errors were encountered: