From 6d6d79f359aafe684de157e026c2c319948f470c Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:57:40 +0800 Subject: [PATCH] fixed a horrible bug in thread counts --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index dbeddf74e..95b72d69d 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -1470,7 +1470,7 @@ const std::string & gpttype_get_pending_output() return concat_output_reader_copy; } -bool GetThreadsToUse(bool blasmode) +int GetThreadsToUse(bool blasmode) { if (blasmode) {