ufo-core icon indicating copy to clipboard operation
ufo-core copied to clipboard

clean-up after failed execution

Open xeiwoka opened this issue 6 years ago • 2 comments

when the volume sizes get too large, I sometimes get warnings like the following after execution of "tofu reco": ... DEBUG: Assigning task 'filter' to node 0 DEBUG: Padded width: 4096 DEBUG: Padding mode: clamp_to_edge DEBUG: Pass: 1, device: 1, region: [0.0, 900.0, 5.0] Error querying for program binary sizes Error querying for program binary sizes Error querying for program binary sizes Error querying for program binary sizes ERROR: ufo-task-error-quark: Volume size doesn't fit to memory (1) Warning: Program terminating, but clFFT resources not freed. Please consider explicitly calling clfftTeardown( )

Could one not force that last command at program exit?

xeiwoka avatar Oct 18 '18 22:10 xeiwoka