Reduce gate capacity further for NAVI3 cards (#277)
[ROCm/rocprofiler-sdk commit: b19b4eddc7]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4e9dc3417f
Коммит
b98dc4453c
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user