Reduce gate capacity further for NAVI3 cards (#277)

Cette révision appartient à :
Benjamin Welton
2023-12-06 07:55:21 -08:00
révisé par GitHub
Parent 5c42d7d82a
révision b19b4eddc7
+1 -1
Voir le fichier
@@ -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;
}