Cuda nvidia gpu computing quicker loops?

hash=[‘a’,‘b’,‘c’,‘d’,‘e’,‘f’,‘g’]
hash.each{|a| hash.each{|b| hash.each{|c| puts a+b+c}}}

are there any up to date or maintained ruby modules for cuda/gpu

lame example above, but I hope to speed up this process by using gpu for
processing power