File tree Expand file tree Collapse file tree
Libraries/oneDNN/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ and threading runtimes:
8787source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_gomp
8888mkdir build
8989cd build
90- CC=GCC CXX=g++ cmake ..
90+ CC=gcc CXX=g++ cmake ..
9191make
9292```
9393* Intel® C++ Compiler and Intel OpenMP runtime
9494```
9595source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_iomp
9696mkdir build
9797cd build
98- CC=icc CXX=icpc cmake ..
98+ CC=icx CXX=icpx cmake ..
9999make
100100```
101101* Intel® C++ Compiler and TBB runtime
102102```
103103source ${INTEL_ONEAPI_INSTALL_FOLDER}/setvars.sh --dnnl-configuration=cpu_tbb
104104mkdir build
105105cd build
106- CC=icc CXX=icpc cmake ..
106+ CC=icx CXX=icpx cmake ..
107107make
108108```
109109### On a Windows* System
You can’t perform that action at this time.
0 commit comments