fix dnnl build instruction typo (#7325)

This commit is contained in:
George Wu 2021-04-13 11:40:26 -07:00 committed by GitHub
parent fdad88464b
commit 8e88d20268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,7 +332,7 @@ To build for Intel GPU, replace dnnl_opencl_root with the path of the Intel SDK
`.\build.bat --use_dnnl --dnnl_gpu_runtime ocl --dnnl_opencl_root "c:\program files (x86)\intelswtools\sw_dev_tools\opencl\sdk"`
###### Linux
`./build.sh --use_dnnl --dnnl_gpu_runtime ocl --dnnl_opencl_root "/opt/intel/sw_dev_tools/opencl-sdk"`s
`./build.sh --use_dnnl --dnnl_gpu_runtime ocl --dnnl_opencl_root "/opt/intel/sw_dev_tools/opencl-sdk"`
---