WolframRhodium / VapourSynth-BM3DCUDA

BM3D denoising filter for VapourSynth, implemented in CUDA, AVX2, HIP and SYCL
GNU General Public License v2.0
70 stars 7 forks source link

Any possibility of sharing how it is that you were able to *port* the vapoursynth version of filter to avisynth? I would be very interested in being able to compile your latest cource coded vapoursynth filter into avisynth... especially for the speedup that it being optimized for my *5995WX* znver3 64 core cpu would bring... #26

Open newcapricasean opened 3 months ago

newcapricasean commented 3 months ago

Any possibility of sharing how it is that you were able to port the vapoursynth version of filter to avisynth? I would be very interested in being able to compile your latest cource coded vapoursynth filter into avisynth... especially for the speedup that it being optimized for my 5995WX znver3 64 core cpu would bring... Thanks in advance!!!

WolframRhodium commented 3 months ago

Just read the code and port it line by line.

newcapricasean commented 3 months ago

How does one simply port the code? Are there guides, online, or any specific guide you could recommend to me, to do this? Thanks in advance!

On Thu, Jun 27, 2024, 7:38 PM WolframRhodium @.***> wrote:

Just read the code and port it line by line.

— Reply to this email directly, view it on GitHub https://github.com/WolframRhodium/VapourSynth-BM3DCUDA/issues/26#issuecomment-2195833879, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5VH7CF3Q7KUBDCV4RRXLDLZJSO6PAVCNFSM6AAAAABKAK3K4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVHAZTGOBXHE . You are receiving this because you authored the thread.Message ID: @.***>

WolframRhodium commented 3 months ago

Learn C++ and Avisynth SDK.