mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 11:31:28 +08:00
Optimize cuda execution to run in single stream (#19896)
This commit is contained in:
@@ -306,6 +306,7 @@ def get_ort_providers(
|
||||
options.append(
|
||||
{
|
||||
"arena_extend_strategy": "kSameAsRequested",
|
||||
"use_ep_level_unified_stream": True,
|
||||
"device_id": device_id,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user