Reduce gate capacity further for NAVI3 cards (#277)

Tá an tiomantas seo le fáil i:
Benjamin Welton
2023-12-06 07:55:21 -08:00
tiomanta ag GitHub
tuismitheoir 5c42d7d82a
tiomantas b19b4eddc7
+1 -1
Féach ar an gComhad
@@ -71,7 +71,7 @@ signal_limiter()
{
// Limit the maximun number of HSA signals created.
// There is a hard limit to the maximum that can exist.
static common::active_capacity_gate _gate(16);
static common::active_capacity_gate _gate(4);
return _gate;
}