i8igmac Posted October 26, 2015 Posted October 26, 2015 ("a".."z").each{|x| ("a".."z").each{|y| ("a".."z").each{|z| puts x+y+z }}} I hope to speed up this example using gpu processing powers... Any modules for ruby that will enable the gpu ? Quote
vailixi Posted November 3, 2015 Posted November 3, 2015 There's OpenCL support for Ruby. I'm not into ruby enough have an intelligent conversation. But short answer yes you can speed that up with GPU. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.