Reduce gate capacity further for NAVI3 cards (#277)

[ROCm/rocprofiler-sdk commit: b19b4eddc7]
此提交包含在:
Benjamin Welton
2023-12-06 07:55:21 -08:00
提交者 GitHub
父節點 4e9dc3417f
當前提交 b98dc4453c
+1 -1
查看文件
@@ -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;
}