Happy !
ronsaldo / VirtualGPU
About VirtualGPU
DSL for making GPU based parallel algorithms.
To load in a Pharo 4 image, you should run the following script:
Gofer new smalltalkhubUser: 'ronsaldo' project: 'VirtualGPU'; package: 'ConfigurationOfVirtualGPU'; load. (Smalltalk at: #ConfigurationOfVirtualGPU) loadDevelopment.
To see the actual OpenCL C code that is use, you have to use the EmbObject browser, by using the following script in a workspace:
EmbObjectBrowser openBrowser
