We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac11b commit f426d40Copy full SHA for f426d40
1 file changed
README.md
@@ -65,10 +65,16 @@ cd tutorials
65
../tools/premake5/linux64/premake5 gmake2
66
````
67
68
-4. Compile using the make file & run.
+4. Compile using the make file.
69
70
-cd build
71
-make
+make config=release_x64
+````
72
+
73
+5. Run a demo.
74
75
+cd dist
76
+export LD_LIBRARY_PATH=../../hiprt/linux64/:$LD_LIBRARY_PATH
77
+bin/Release/19_primary_ray64
78
79
80
These tutorials are made to run on both AMD and NVIDIA by specifying the device index.
0 commit comments