Skip to content

Commit

Permalink
Retouch stability
Browse files Browse the repository at this point in the history
1. In two cases OpenCL memory copy/allocation could fail without a returned error code so
   unnoticed and without a CPU fallback.
2, The bilateral and gaussian parts were not checked for errors so possibly unnoticed wrong
   results without a fallback,

Maintenance:
constified, dont test for deallocation is not necessary, don't report individual allocation
errors as mostly not reported anyway and not informative at all. So reformatting for readability.
  • Loading branch information
jenshannoschwalm committed Dec 1, 2024
1 parent e5b855c commit 59331eb
Showing 1 changed file with 76 additions and 229 deletions.
Loading

0 comments on commit 59331eb

Please sign in to comment.