mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
fix dnnl build instruction typo (#7325)
This commit is contained in:
parent
fdad88464b
commit
8e88d20268
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue