cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

mirk26
Journeyman III

errror while running a ray tracing openCL code

OS-CentOS 6.4

driver- AMD catalyst 13.8 beta 2

GPU- amd radeon hd 6670

Hi all,

I am trying to run a code implementing ray tracing algorithm and it compiles successfully but for running it we need three arguments i.e.= ./"outputfilename" "numsamples" "zoffset"

i do not know exactly what should i write in place of "numsamples" and "zoffset" but since in the program they have been converted to int and float by using atoi() function i tried to run the program as

./raytracing 10 2.0

but at runtime it gives me an error-

"Error queuing kernel for execution out of resources"

please help.

0 Likes
1 Reply
himanshu_gautam
Grandmaster

can you get the help option displayed. or check is there any default values set.

0 Likes