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