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

CudaFFTPlanMany has a Dispose moethod but does specify IDisposable interface #76

Open katdti opened 5 years ago

katdti commented 5 years ago

CudaFFTPlanMany has a Dispose method but does specify IDisposable interface. This prevent using the using (var p = new CudaFFTPlanMany(...)) { } constsruction.