Skip to content

NvPipe module system fix, CUDA 10 fix

Tim Biedert requested to merge tbiedert/paraview:nvpipe into master

NvPipe works again (was broken due to module system changes). Now also CUDA 10 is supported.

Enable with PARAVIEW_ENABLE_NVPIPE=ON.

On Windows, set NVIDIA_VIDEO_CODEC_SDK to root dir of Video Codec SDK, e.g., NVIDIA_VIDEO_CODEC_SDK="C:/PATH/TO/Video_Codec_SDK_9.0.20".

Merge request reports