Junonia
Junonia
I am experimenting a simple TC op, the calculation finished quickly but the program then hangs and never exit. Both GPU and CPU are still in full utilization even after...
I think in AbstractParallel.lua line 140 to 141, the assertion should be assert(self.input_gpu[gpuid]:getDevice() == gpuid) Instead of assert(self.input_gpu[gpuid]:getDevice() == self.gpu_assignments[gpuid])
I think there is a bug generic/opencv.c, in function static int libopencv_(Main_cvWarpAffine) (lua_State *L) { At the end, cvReleaseImage(&source_ipl); cvReleaseImage(&dest_ipl); should be used to release all the memory. Otherwise, memory...