openvinotoolkit / openvino_notebooks

📚 Jupyter notebook tutorials for OpenVINO™
Apache License 2.0
2.35k stars 798 forks source link

ERR when run 402-pose-estimation.ipynb on PC :NUC with Mesa Intel® Xe Graphics (TGL GT2) #1206

Closed yangcopnuli closed 1 year ago

yangcopnuli commented 1 year ago

Describe the bug ERR when run 402-pose-estimation.ipynb on PC :NUC with Mesa Intel® Xe Graphics (TGL GT2)

err info :

error: undefined reference to `__builtin_spirv_intel_sub_group_block_read_uc2_p3i8()'

error: backend compiler failed build.
LLVM ERROR: Error: Attempt to redefine function: ; Function Attrs: convergent
declare spir_func <16 x i8> @_Z33__spirv_SubgroupBlockReadINTEL_uiPU3AS3c(i8 addrspace(3)*) #5
 => i8 (i8 addrspace(3)*)

image

image

OS:ubuntu20.04 PC: NUC graph card: Mesa Intel® Xe Graphics (TGL GT2)

Iffa-Intel commented 1 year ago

Hi @yangcopnuli I'm using Tiger Lake and didn't face that issue

Init OV

TGL_initOV

Infer Pose Estimation:

TGL_poseEstimation

Perhaps you need to check whether your GPU is available before running (yours have red symbol near GPU that mine does not have)

Iffa-Intel commented 1 year ago

Closing issue, feel free to re-open or start a new issue if additional assistance is needed.