HI,
The following is the exception error:
Cuda error in file '/home/kashif/c++/RIPS/C/cudpp/src/app/scan_app.cu' in line 273 : unspecified launch failure.
It seems happen on cudppPlan:
CUDPPConfiguration config5 = new CUDPPConfiguration();
config5.op = CUDPP_ADD;
config5.datatype = CUDPP_INT;
config5.algorithm = CUDPP_COMPACT;
config5.options = 0;
CUDPPHandle handle5 = new CUDPPHandle();
cudppPlan(handle5, config5, size, 1, 0);
Why I get this exception ?? Is it the value of “size” is too large??? The value of size is larger than 10M.
Regards,
Lemon