コード例 #1
0
ファイル: GpuContext.py プロジェクト: Sandy4321/quagga
 def __del__(self):
     with cudart.device(self.device_id):
         cudart.cuda_stream_destroy(self.cuda_stream)
コード例 #2
0
ファイル: GpuContext.py プロジェクト: yiiwood/quagga
 def __del__(self):
     cudart.cuda_stream_destroy(self.cuda_stream)
コード例 #3
0
ファイル: GpuContext.py プロジェクト: datatalking/quagga
 def __del__(self):
     with cudart.device(self.device_id):
         cudart.cuda_stream_destroy(self.cuda_stream)
コード例 #4
0
 def __del__(self):
     cudart.cuda_stream_destroy(self.cuda_stream)