Tuning behavior is dependent on verbosity setting
maddyscientist opened this issue · 1 comments
maddyscientist commented
jcosborn commented
The goal was to make sure to print out the last error string if we end up here. If verbosity >= QUDA_DEBUG_VERBOSE
then we would have already printed it out above, so I didn't bother to print it again (plus we would need to save it since it gets reset). We could save it above and print it again if that is preferred.