intel/intel-extension-for-tensorflow

Problems with ARC GPU on X15 laptop

sivyjyar opened this issue · 4 comments

Hi!

I have a problem with my intel ARC 730M on intel X15 laptop
i have Ubuntu 22.04 on it
First of all, ARC gpu is only used as display controller, not VGA

i mean command lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {} gives
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Intel Corporation Device 3029
Flags: bus master, fast devsel, latency 0, IRQ 183, IOMMU group 0
Memory at 642c000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=256M]

but command lspci | grep ' Display ' | cut -d" " -f 1 | xargs -i lspci -v -s {}
03:00.0 Display controller: Intel Corporation Device 5691 (rev 08)
Subsystem: Intel Corporation Device 3029
Flags: bus master, fast devsel, latency 0, IRQ 184, IOMMU group 17
Memory at 83000000 (64-bit, non-prefetchable) [size=16M]
Memory at 6000000000 (64-bit, prefetchable) [size=16G]

and i'm a little bit worried, that my laptop is working only with integrated graphics. how can i check it?
i have already installed all drivers, as i think

and while using python -c "import intel_extension_for_tensorflow as itex; print(itex.version)"
error appears:

2023-11-22 14:20:58.925395: E itex/core/wrapper/itex_gpu_wrapper.cc:49] Could not load Intel Extension for Tensorflow* GPU backend, GPU will not be used.
If you need help, create an issue at https://github.com/intel/intel-extension-for-tensorflow/issues
2023-11-22 14:20:58.925592: E itex/core/wrapper/itex_gpu_wrapper.cc:49] Could not load Intel Extension for Tensorflow* GPU backend, GPU will not be used.