Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavutil
  • hwcontext_cuda.c
Find file
BlameHistoryPermalink
  • Philip Langdale's avatar
    avutil/hcontext_cuda: Remove unnecessary stream synchronisation · 52d8f35b
    Philip Langdale authored Mar 30, 2019
    Similarly to the previous changes, we don't need to synchronise
    after a memcpy to device memory. On the other hand, we need to
    keep synchronising after a copy to host memory, otherwise there's
    no guarantee that subsequent host reads will return valid data.
    52d8f35b
hwcontext_cuda.c 11.2 KB
EditWeb IDE

Replace hwcontext_cuda.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.