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

Cannot find GetMaxGflopsDeviceId() method in CudaContext class #93

Open vitaliizabolotnyi opened 3 years ago

vitaliizabolotnyi commented 3 years ago

Hi, I cannot find GetMaxGflopsDeviceId() method in CudaContext class. Is it removed?

kunzmi commented 3 years ago

Yes, it has been removed quite a while ago, please see my last answer here for why and how to replace it.

Cheers, Michael