Skip to content

cuda: Hide memory copy util function from public header and fix NVRTC loading on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:cuda-fix into main
    cuda: Fix runtime compiler library loading on Windows

    The cuda is a part of GPU driver but runtime compiler is a part of
    cuda toolkit, which means the version number can be different.
    cuda: Hide memory copy util function

    The method was intended to be used by only cudaupload/download elements
    and not ready to be a part of public API
Edited by Seungha Yang

Merge request reports