CUDA and PureBasic

Just starting out? Need help? Post your questions and find answers here.
orionis_pm
New User
New User
Posts: 3
Joined: Sat May 16, 2009 6:47 pm
Location: London

CUDA and PureBasic

Post by orionis_pm »

I'm just wondering: Is it possible to implement CUDA (from NVIDIA) into PureBasic (DLL or anything). Did anyone tried? I do like the CUDA parallel programming concept but I don't like C/C++ (especially VC7/8/9 weird stuff, making more problems then necessary). Anyone, any thoughts?
cxAlex
User
User
Posts: 88
Joined: Fri Oct 24, 2008 11:29 pm
Location: Austria
Contact:

Post by cxAlex »

There is some code in the german forum but it uses GSLS:

http://www.purebasic.fr/german/viewtopic.php?t=19399
orionis_pm
New User
New User
Posts: 3
Joined: Sat May 16, 2009 6:47 pm
Location: London

Post by orionis_pm »

Thanks cxAlex,

What I do understand from it (Google's translator rules :lol: ) this code uses OpenGl but has nothing to do with CUDA apart of trying to use GFX processor. What I'm after is CUDA dll or .lib based on original CUDA dll.

Searched whole INET and nothing. It's like no one is even trying to transfer CUDA onto different languages. Just C/C++.

With its power it can be possible to speed up many things. This is not remedy for all, but at least every one can play with it. Maybe someone come up with good results.
cxAlex
User
User
Posts: 88
Joined: Fri Oct 24, 2008 11:29 pm
Location: Austria
Contact:

Post by cxAlex »

User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

when you have the original CUDA.dll and the C header, you can easily import the DLL for use in PB, using the C header as a blueprint.
oh... and have a nice day.
Post Reply