prg-titech / ikra-ruby

A Rubygem for array-based scientific computations using GPGPU
https://prg-titech.github.io/ikra-ruby
Other
12 stars 0 forks source link

Adds travis CI #19

Open 3tty0n opened 7 years ago

3tty0n commented 7 years ago

@matthias-springer I think travis ci should be introduced to this project.

matthias-springer commented 7 years ago

That would be great, but Travis does not provide any VMs with GPUs as far as I know.

3tty0n commented 7 years ago

According to my little survey, some people try to use gpu on travis ci.

travis ci issue: https://github.com/travis-ci/travis-ci/issues/5911 julia: https://discourse.julialang.org/t/testing-opencl-based-packages-on-travis-ci/403

matthias-springer commented 7 years ago

That might be possible with OpenCL, but NVidia does not provide a simulator (anymore). So we should be able to compile the code but not run it (would a be good first step though).