Re: [FFmpeg-devel] [PATCH 0/5] Clean up CUDA SDK usage and remove non-free requirement

2019-02-27 Thread Timo Rothenpieler
On 21.02.2019 04:57, Philip Langdale wrote: I've been thinking about this for a while, but I only recently made the realisation that compiling cuda kernels to the ptx format does not introduce any non-free dependencies - the ptx files are an intermediate assembly code format that is actually

Re: [FFmpeg-devel] [PATCH 0/5] Clean up CUDA SDK usage and remove non-free requirement

2019-02-25 Thread Soft Works
> I've been thinking about this for a while, but I only recently made the > realisation that compiling cuda kernels to the ptx format does not > introduce any non-free dependencies - the ptx files are an intermediate > assembly code format that is actually compiled to binary form at > runtime.

[FFmpeg-devel] [PATCH 0/5] Clean up CUDA SDK usage and remove non-free requirement

2019-02-20 Thread Philip Langdale
I've been thinking about this for a while, but I only recently made the realisation that compiling cuda kernels to the ptx format does not introduce any non-free dependencies - the ptx files are an intermediate assembly code format that is actually compiled to binary form at runtime. With that