summaryrefslogtreecommitdiff
path: root/src/utilities/clblast_exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/clblast_exceptions.hpp')
-rw-r--r--src/utilities/clblast_exceptions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities/clblast_exceptions.hpp b/src/utilities/clblast_exceptions.hpp
index a790be9c..5f2edbae 100644
--- a/src/utilities/clblast_exceptions.hpp
+++ b/src/utilities/clblast_exceptions.hpp
@@ -37,7 +37,7 @@ class RuntimeErrorCode : public ErrorCode<RuntimeError, StatusCode> {
// =================================================================================================
// Handles (most of the) runtime exceptions and converts them to StatusCode
-StatusCode DispatchException();
+StatusCode DispatchException(const bool silent = false);
// Handles remaining exceptions and converts them to StatusCode::kUnhandledError
StatusCode DispatchExceptionForC();