From 03ebf14b97707f425519f46c3bb514f8ef5c93ad Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 13 Nov 2017 21:11:31 +0100 Subject: Made the exception dispatch function optionally silent --- src/utilities/clblast_exceptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utilities/clblast_exceptions.hpp') 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 { // ================================================================================================= // 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(); -- cgit v1.2.3