Yes, you can use OpenCL.
There is a bridge Pharo<���> OpenCL made by Ronie, available on smalltalkhub. Ronie has also been working on a DSL to easily write OpenCL applications. 

This is cool stuff! Have a look!

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Nov 18, 2014, at 6:12 PM, phil@highoctane.be wrote:

See

[ (1 to: 100000000) sum ] timeToRun

Here we get out of the SmallInteger range...

Apart FFI'ing the thing, do we have other options?

Phil