Beep6581
Beep6581
``` Hi Ingo I am interested in this topic, for me (and I think for others)it will be a new challenge. My configuration: Corei7 - 8M° GeForce GT 650M ```...
``` Hi Ingo, Thanks for all your help in making RT better (and faster). I continue to have very little time for coding or testing, but would be happy to...
``` Hi Jaques, Hi Micheal, I'm very glad about your answers :-) I agree with you, Micheal, regarding the new branch. It's also a new challenge for me. I've read...
``` @comment3: I chose rl-deconv, because I'm also new to OpenCl and implementing this part in OpenCl is not so difficult. In fact, dcdamping was super easy, but gauss will...
``` The nice thing about the Young-van Vliet approach is that it's an IIR filter rather than an FIR filter, so the time cost is independent of the radius of...
``` I'll try both :-) ``` Reported by `[email protected]` on 2013-01-25 19:05:59
``` Me again. Forgot to mention following docs, which are very interesting to OpenCl newbies, especially for Nvidia GPUs: http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf http://www.nvidia.com/content/cudazone/CUDABrowser/downloads/papers/NVIDIA_OpenCL_BestPracticesGuide.pdf Would be glad, if there's somebody with an AMD...
``` Ingo, there is a code sample for recursiveGaussian "This sample implements a Gaussian blur using Deriche's recursive method. The advantage of this method is that the execution time is...
``` Hi Michael, these are CUDA samples, but they'll be transformable to OpenCl. But I think, it would be better, to make OpenCL-Versions of the things, we actually use in...
``` I was able to build the exe (thanks for the email!) Here is the output: PROFILE = FULL_PROFILE VERSION = OpenCL 1.1 CUDA 4.2.1 NAME = NVIDIA CUDA VENDOR...