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
Copy file name to clipboardExpand all lines: docs/tutorials/releases.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,11 @@ This release supports the following fusion patterns in PyTorch\* JIT mode:
64
64
65
65
### Known Issues
66
66
67
-
-#### [CRITICAL ERROR] Kernel 'XXX' removed due to usage of FP64 instructions unsupported by the targeted hardware
67
+
#### [CRITICAL ERROR] Kernel 'XXX' removed due to usage of FP64 instructions unsupported by the targeted hardware
68
68
69
69
FP64 is not natively supported by the [Intel® Data Center GPU Flex Series](https://www.intel.com/content/www/us/en/products/docs/discrete-gpus/data-center-gpu/flex-series/overview.html) platform. If you run any AI workload on that platform and receive this error message, it means a kernel requiring FP64 instructions is removed and not executed, hence the accuracy of the whole workload is wrong.
70
70
71
-
-#### symbol undefined caused by _GLIBCXX_USE_CXX11_ABI:
71
+
#### symbol undefined caused by \_GLIBCXX_USE_CXX11_ABI
72
72
73
73
Error info: <br>
74
74
@@ -80,7 +80,7 @@ This release supports the following fusion patterns in PyTorch\* JIT mode:
80
80
81
81
DPC++ does not support \_GLIBCXX_USE_CXX11_ABI=0, Intel® Extension for PyTorch\* is always compiled with \_GLIBCXX_USE_CXX11_ABI=1. This symbol undefined issue appears when PyTorch\* is compiled with \_GLIBCXX_USE_CXX11_ABI=0. Update PyTorch\* CMAKE file to set \_GLIBCXX_USE_CXX11_ABI=1 and compile PyTorch\* with particular compiler which supports \_GLIBCXX_USE_CXX11_ABI=1. We recommend to use gcc version 9.4.0 on ubuntu 20.04. <br>
82
82
83
-
-#### Can't find oneMKL library when build Intel® Extension for PyTorch\* without oneMKL
83
+
#### Can't find oneMKL library when build Intel® Extension for PyTorch\* without oneMKL
84
84
85
85
Error info: <br>
86
86
@@ -101,7 +101,7 @@ This release supports the following fusion patterns in PyTorch\* JIT mode:
This issue may occur when Intel® Extension for PyTorch\* is built with oneMKL library and PyTorch\* is not build with any MKL library. The oneMKL kernel may run into CPU backend incorrectly and trigger this issue. Resolve it by installing MKL library from conda:
107
107
@@ -112,7 +112,7 @@ This release supports the following fusion patterns in PyTorch\* JIT mode:
112
112
113
113
then clean build PyTorch\*.
114
114
115
-
- #### OSError: libmkl_intel_lp64.so.1: cannot open shared object file: No such file or directory
115
+
#### OSError: libmkl_intel_lp64.so.1: cannot open shared object file: No such file or directory
116
116
117
117
Wrong MKL library is used when multiple MKL libraries exist in system. Preload oneMKL by:
0 commit comments