You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
compiling ../../../../ext/culib/culib.cu
[given command line options]: --mkmf-cu-ext=c -I. -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/x86_64-linux -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/backward -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0 -I../../../../ext/culib -DRUBY_EXTCONF_H="extconf.h" -I/home/sonots/.rbenv/versions/2.4.1/include -fPIC -I /home/sonots/nccl/build/include -I /home/sonots/.cudnn/active/cuda/include -o culib.o -c ../../../../ext/culib/culib.cu
nvcc -I. -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/x86_64-linux -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/backward -I/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0 -I../../../../ext/culib -I/home/sonots/.rbenv/versions/2.4.1/include -I/home/sonots/nccl/build/include -I/home/sonots/.cudnn/active/cuda/include -DRUBY_EXTCONF_H="extconf.h" -o culib.o -c ../../../../ext/culib/culib.cu --compiler-options -fPIC --compiler-bindir gcc
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
In file included from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby.h:33:0,
from ../../../../ext/culib/culib.cu:2:
/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/ruby.h:26:10: error: #include expects "FILENAME" or <FILENAME>
#include RUBY_EXTCONF_H
^
In file included from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/ruby.h:36:0,
from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby.h:33,
from ../../../../ext/culib/culib.cu:2:
/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/defines.h:22:10: error: #include expects "FILENAME" or <FILENAME>
#include RUBY_EXTCONF_H
^
In file included from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/defines.h:143:0,
from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/ruby.h:36,
from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby.h:33,
from ../../../../ext/culib/culib.cu:2:
/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/missing.h:28:10: error: #include expects "FILENAME" or <FILENAME>
#include RUBY_EXTCONF_H
^
In file included from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/ruby.h:2005:0,
from /home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby.h:33,
from ../../../../ext/culib/culib.cu:2:
/home/sonots/.rbenv/versions/2.4.1/include/ruby-2.4.0/ruby/intern.h:26:10: error: #include expects "FILENAME" or <FILENAME>
#include RUBY_EXTCONF_H
^
The text was updated successfully, but these errors were encountered:
With extconf.rb like:
I get errors as:
The text was updated successfully, but these errors were encountered: