intel / intel-extension-for-tensorflow

Intel® Extension for TensorFlow*
Other
310 stars 36 forks source link

Could not load Intel Extension for Tensorflow* GPU backend, GPU will not be used. #73

Open ibrahimshahid1 opened 6 days ago

ibrahimshahid1 commented 6 days ago

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

yinghu5 commented 6 days ago

Hi [ibrahimshahid1] We happened to see a similar issue from Intel-extension for pyTorch :
https://github.com/intel/intel-extension-for-pytorch/issues/666

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 check the Environment for XPU (tf)$ bash /path to site-packages/intel_extension_for_tensorflow/tools/env_check.sh

and let us know your output. thanks