We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your interesting work! But when I run the code as the instrument in your repo, I got some issuea:
gcc -pthread -B /home/cqt/anaconda3/envs/G-TAD/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/TH -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/THC -I/home/cqt/anaconda3/envs/G-TAD/include/python3.7m -c Align1D_cuda.cpp -o build/temp.linux-x86_64-3.7/Align1D_cuda.o -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=Align1D -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ error: command 'gcc' terminated by signal 15
My environment is : CUDA11.7, gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your interesting work!
But when I run the code as the instrument in your repo, I got some issuea:
gcc -pthread -B /home/cqt/anaconda3/envs/G-TAD/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/TH -I/home/cqt/anaconda3/envs/G-TAD/lib/python3.7/site-packages/torch/include/THC -I/home/cqt/anaconda3/envs/G-TAD/include/python3.7m -c Align1D_cuda.cpp -o build/temp.linux-x86_64-3.7/Align1D_cuda.o -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=Align1D -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
error: command 'gcc' terminated by signal 15
My environment is : CUDA11.7, gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
The text was updated successfully, but these errors were encountered: