예제 #1
0
        public void Close()
        {
            foreach (Hardware gpu in hardware)
            {
                gpu.Close();
            }

            nvml.Close();
        }
예제 #2
0
 public override void Close()
 {
     NVML.Close();
     base.Close();
 }