Exemple #1
0
 public void Dispose()
 {
     if (cuda != null)
     {
         var c = cuda.PopCurrentContext();
         cuda.DestroyContext();
         var c1 = cuda.PopCurrentContext();
         cuda.DestroyContext();
     }
 }
Exemple #2
0
 public void Dispose()
 {
     if (cuda != null)
     {
         cuda.DestroyContext();
     }
 }