예제 #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)