Skip to content

Commit

Permalink
doc: nvidia: remove OpenCL from build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
densamoilov committed Dec 7, 2021
1 parent 92de3b9 commit e9049e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gpu/nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export CXX=/path/to/dpcpp/install/bin/clang++
mkdir build
cd build
cmake -DDNNL_CPU_RUNTIME=DPCPP -DDNNL_GPU_RUNTIME=DPCPP \
-DDNNL_GPU_VENDOR=NVIDIA -G Ninja \
-DOPENCLROOT=/path/to/the/root/folder/of/libOpenCL.so ..
-DDNNL_GPU_VENDOR=NVIDIA -G Ninja ..
```

## Memory
Expand Down

0 comments on commit e9049e7

Please sign in to comment.