i would like to use GLScene CUDA component (TGLSCUDA,TGLSCUDADevice, TGLSCUDACompiler) in order to speed up some calculus on my software, in particular an image filter which use FFT. I saw the object FFTPlan.
I didn't find an example which uses these components in the examples directory of GLScene nor in the web, so i don't know how to use these components.
Can someone help me or give me examples or a little document?
Thanks,
Mauro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mauro,
See demos in ..Samples\Delphi\Demos\Computing directory. But before using some of examples you need to install latest cuda sdk, rebuild it with ms vs studio and point out to it including the path for your project.
PW
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
i would like to use GLScene CUDA component (TGLSCUDA,TGLSCUDADevice, TGLSCUDACompiler) in order to speed up some calculus on my software, in particular an image filter which use FFT. I saw the object FFTPlan.
I didn't find an example which uses these components in the examples directory of GLScene nor in the web, so i don't know how to use these components.
Can someone help me or give me examples or a little document?
Thanks,
Mauro
Mauro,
See demos in ..Samples\Delphi\Demos\Computing directory. But before using some of examples you need to install latest cuda sdk, rebuild it with ms vs studio and point out to it including the path for your project.
PW
Hi Pavel, I'm trying to use CUDA but I'm stuck in the "point out to it including the path for your project." part.
if I open any sample in Visual Studio it works fine, but the Delphi samples fails. Message Error: "Error Creating Form: Operation Aborted"
Any clue?
Thanks in advance!
Rick.