示例#1
0
    def __del__(self):

        # Don't complain if handle destruction fails because the plan
        # may have already been cleaned up:
        try:
            cufft.cufftDestroy(self.handle)
        except:
            pass
示例#2
0
文件: fft.py 项目: c0g/scikits.cuda
    def __del__(self):

        # Don't complain if handle destruction fails because the plan
        # may have already been cleaned up:
        try:
            cufft.cufftDestroy(self.handle)
        except:
            pass
示例#3
0
 def __del__(self):
     cufft.cufftDestroy(self.handle)
示例#4
0
 def __del__(self):
     cufft.cufftDestroy(self.handle)