NVENC perf bug

Sulik

New Member
cuCtxCreate() should be called with CU_CTX_SCHED_BLOCKING_SYNC, otherwise CUDA will use CPU spins for CPU<->GPU synchronization (bad for perf & concurrency)
 
Top