Hi,
I'm trying to add new kernel function to C6Accel library. I add the source code, the wrapper function and all needed definitions. I compiled it and wirtte the test application. All works fine except the accesing to input (or maybe output) buffers that i pass from test application to C6Accel kernel. My kernel has 1 input buffer and 1 output buffer (unsigned char *) and i want to copy data from inBuf to outBuf. I have allocated the buffers with Memory_CACHED and Memory_CONTIGHEAP options. I use the synchronous process to invoke the kernel.
The result i find in the outBuf is corrupted, only in some parts of the buffer I find the correct data.
Someone had the same problem and have found a solution?
Thanks in advance.
Andrea