cudaMallocPitch not yet implemented

Hello everybody,

I have a little test program and there’s a problem with this line:
cudaMallocPitch((void**)&data,&pitchr,N*sizeof(float),M);

When I compile this program I obtain this error:
*** Error: cudaMallocPitch() not yet implemented!

I’ve examinated each line of this program: obviously if I delete this line the error disappears…but I need it!

Please help me to solve this problem