We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7134e57 commit e8a5cb3Copy full SHA for e8a5cb3
RenderingToolkit/GettingStarted/03_openvkl_gsg/gpu/README.md
@@ -41,8 +41,7 @@ cd <path-to-oneAPI-samples>\RenderingToolkit\GettingStarted\03_openvkl_gsg\gpu
41
mkdir build
42
cd build
43
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icx-cl ..
44
-cmake --build . --config Release
45
-cd Release
+cmake --build .
46
.\vklTutorialGPU.exe
47
```
48
0 commit comments