Skip to content

Commit

Permalink
removed redundant sync
Browse files Browse the repository at this point in the history
  • Loading branch information
MorkTheOrk committed Mar 12, 2024
1 parent a8286da commit 7293db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvmaf/src/libvmaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ static int flush_context(VmafContext *vmaf)
}

#ifdef HAVE_CUDA
vmaf_cuda_fex_synchronize(vmaf);
vmaf_cuda_fex_synchronize(vmaf);
if (vmaf->cuda.state.ctx) {
RegisteredFeatureExtractors rfe = vmaf->registered_feature_extractors;
Expand Down

0 comments on commit 7293db2

Please sign in to comment.