Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions Libraries/oneDNN/dpcpp_interoperability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
4 changes: 2 additions & 2 deletions Libraries/oneDNN/getting_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```
Expand All @@ -108,7 +108,7 @@ cmake --build .

3. Run the program
```
./bin/Debug/getting_started.exe
bin\Debug\getting_started.exe
```

### Include Files
Expand Down
4 changes: 2 additions & 2 deletions Libraries/oneDNN/simple_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```
Expand All @@ -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
Expand Down