cudpp calling cudpp from kernel

Is it possible to call cudppScan function from the kernel and pass data stored in shared memory to it rather than passing data stored in global memory. I am using this library in a code where the data is already produced in shared memory and to perform cudppScan function I have to save data in global memory and send it to cudppScan.

Thanks in advance :)