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 2919056 commit 7eb024dCopy full SHA for 7eb024d
CLW/CLW.lua
@@ -18,7 +18,7 @@ project "CLW"
18
if _OPTIONS["embed_kernels"] then
19
defines {"RR_EMBED_KERNELS=1"}
20
os.execute( "python ../Tools/scripts/stringify.py " ..
21
- os.getcwd() .. "../CLW/CL/ " ..
+ os.getcwd() .. "/../CLW/CL/ " ..
22
".cl " ..
23
"opencl " ..
24
"> ./kernelcache/clwkernels_cl.h"
RadeonRays/RadeonRays.lua
@@ -77,7 +77,7 @@ project "RadeonRays"
77
78
if _OPTIONS["use_opencl"] then
79
80
- os.getcwd() .. "../RadeonRays/src/kernels/CL/ " ..
+ os.getcwd() .. "/../RadeonRays/src/kernels/CL/ " ..
81
82
83
"> ./src/kernelcache/kernels_cl.h"
0 commit comments