File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Libraries/oneDNN/getting_started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ and threading runtimes:
87
87
source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_gomp
88
88
mkdir build
89
89
cd build
90
- CC=GCC CXX=g++ cmake ..
90
+ CC=gcc CXX=g++ cmake ..
91
91
make
92
92
```
93
93
* Intel® C++ Compiler and Intel OpenMP runtime
94
94
```
95
95
source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_iomp
96
96
mkdir build
97
97
cd build
98
- CC=icc CXX=icpc cmake ..
98
+ CC=icx CXX=icpx cmake ..
99
99
make
100
100
```
101
101
* Intel® C++ Compiler and TBB runtime
102
102
```
103
103
source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_tbb
104
104
mkdir build
105
105
cd build
106
- CC=icc CXX=icpc cmake ..
106
+ CC=icx CXX=icpx cmake ..
107
107
make
108
108
```
109
109
### On a Windows* System
You can’t perform that action at this time.
0 commit comments