diff --git a/docs/how-to/build/eps.md b/docs/how-to/build/eps.md index e720416235..244107d2d1 100644 --- a/docs/how-to/build/eps.md +++ b/docs/how-to/build/eps.md @@ -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"` ---