kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
440 stars 79 forks source link

Step Error #67

Open AeroClassics opened 5 years ago

AeroClassics commented 5 years ago

Seems that StepError is still there when using Cuda 10. I am converting NPPImage_8uC3 to NPPImage_32fC3. If the size of the image gets over 200 x 200 pixels I get the step error, if it is below then everything is fine.

Thanks, Doug

kunzmi commented 5 years ago

Can you give an example where it fails? I can't reproduce the error from that information...