fixed a horrible bug in thread counts

This commit is contained in:
Concedo 2024-02-22 23:57:40 +08:00
parent 7e0efdaa30
commit 6d6d79f359

View file

@ -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)
{