Esempio n. 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
Esempio n. 2
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
Esempio n. 3
0
 def __del__(self):
     cufft.cufftDestroy(self.handle)
Esempio n. 4
0
 def __del__(self):
     cufft.cufftDestroy(self.handle)