rbcuda
rbcuda copied to clipboard
CUDA bindings for Ruby
is rbcuda compatible with cuda-10.1..105 ? getting this error : cd tmp/x86_64-linux-gnu/rbcuda/2.5.1 /usr/bin/make compiling ../../../../ext/rbcuda/rbcuda.cpp In file included from ../../../../ext/rbcuda/ruby_rbcuda.c:1967:0, from ../../../../ext/rbcuda/rbcuda.cpp:31: ../../../../ext/rbcuda/internals/cuda_runtime_api.c: In function ‘VALUE rb_cudaLaunch(VALUE, VALUE)’: ../../../../ext/rbcuda/internals/cuda_runtime_api.c:1013:21: error:...
Hi Prasun, Validating locally installed RbCuda gem with `rake pry` as documented gives `rbcuda.so: undefined symbol: rb_nmatrix_dense_create`. ``` shell rake --trace pry ** Invoke pry (first_time) ** Execute pry pry...