pavolmarak/gpu-fingerprint-orientation-map

Catch ArrayFire exceptions

Closed this issue · 2 comments

Catching ArrayFire's exceptions is missing. In case of running this app on GPU with a small memory it will crash (it will not work for 3000x3000 size and similar).

Added ArrayFire exception handling in functions of OMap_GPU class.

Now all critical code segments are watched by try-catch.