diff --git a/Libraries/oneDNN/dpcpp_interoperability/README.md b/Libraries/oneDNN/dpcpp_interoperability/README.md index 18411eba91..5d3a2fd885 100644 --- a/Libraries/oneDNN/dpcpp_interoperability/README.md +++ b/Libraries/oneDNN/dpcpp_interoperability/README.md @@ -63,30 +63,6 @@ make ./bin/sycl-interop-cpp ``` -### On a Windows* System Using Visual Studio* Version 2017 or Newer - -Open "x64 Native Tools Command Prompt for VS2017" or -"x64 Native Tools Command Prompt for VS2019" and perform the following steps: -1. Setup oneAPI development environment -``` -C:\Program Files (x86)\intel\oneapi\setvars.bat -``` -2. Build the program using `cmake` -``` -mkdir build -cd build -cmake -G "Visual Studio 16 2019" .. -cmake --build . -``` - -> Note: You can open the `dpcpp_interoperability.sln` in build folder to edit source -> code with Microsoft Visual Studio integrated development environment. - -3. Run the program -``` -./bin/Debug/sycl-interop-cpp.exe -``` - ### Include Files The include folder is located at ${DNNLROOT}\include on your development system". diff --git a/Libraries/oneDNN/getting_started/README.md b/Libraries/oneDNN/getting_started/README.md index 9c573c2b36..0e4555bb6b 100644 --- a/Libraries/oneDNN/getting_started/README.md +++ b/Libraries/oneDNN/getting_started/README.md @@ -92,7 +92,7 @@ Open "x64 Native Tools Command Prompt for VS2017" or "x64 Native Tools Command Prompt for VS2019" and perform the following steps: 1. Setup oneAPI development environment ``` -C:\Program Files (x86)\intel\oneapi\setvars.bat +C:\Program Files (x86)\intel\oneapi\setvars.bat --dnnl-configuration=cpu_vcomp ``` 2. Build the program using `cmake` ``` @@ -108,7 +108,7 @@ cmake --build . 3. Run the program ``` -./bin/Debug/getting_started.exe +bin\Debug\getting_started.exe ``` ### Include Files diff --git a/Libraries/oneDNN/simple_model/README.md b/Libraries/oneDNN/simple_model/README.md index cd84489858..58dc48dcdc 100644 --- a/Libraries/oneDNN/simple_model/README.md +++ b/Libraries/oneDNN/simple_model/README.md @@ -89,7 +89,7 @@ Open "x64 Native Tools Command Prompt for VS2017" or "x64 Native Tools Command Prompt for VS2019" and perform the following steps: 1. Setup oneAPI development environment ``` -C:\Program Files (x86)\intel\oneapi\setvars.bat +C:\Program Files (x86)\intel\oneapi\setvars.bat --dnnl-configuration=cpu_vcomp ``` 2. Build the program using `cmake` ``` @@ -107,7 +107,7 @@ The include folder is located at ${DNNLROOT}\include on your development system" 3. Run the program ``` -./bin/Debug/cnn-inference-f32-cpp.exe +bin\Debug\cnn-inference-f32-cpp.exe ``` ### Include Files