Update eps.md (#8751)

Updated build instructions for OneDNN EP
This commit is contained in:
Saurabh Tangri 2021-08-16 14:50:39 -07:00 committed by GitHub
parent fb2e30a76c
commit 9da930afe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,14 @@ 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"`
#### Build Phython Wheel
OneDNN EP build supports building Python wheel for both Windows and linux using flag --build_wheel
`.\build.bat --config RelWithDebInfo --parallel --build_shared_lib --cmake_generator "Visual Studio 16 2019" --build_wheel --use_dnnl --dnnl_gpu_runtime ocl --dnnl_opencl_root "C:\Program Files (x86)\IntelSWTools\system_studio_2020\OpenCL\sdk"`
---