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
HELLO, when running the codes, an error raised as follows:
D11 COMPILER TYPE=" gCC" -DPYBIND11 STDLIB-" libstdcpp" -DPYBIND11 BUILDABI-" cxxabi1011"-DTORCH EXTENSIONNAME=MultiScaleDeformableAttention -D_GLIBCXX_US E CXX11 ABI-0-std=c++14
cc1plus: warning: command line option'-Wstrict-prototypes’is valid for c/0bic but not for C+
In file included from/home/vipuser/TransTrack/models/ops/src/cpu/msdeform attn_cpu.cpp;4:0:
/home/user/miniconda3/lib/python3.8/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10:
fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
compilation terminated.
error: command 'acc' failed with exit status 1
How can I solve this error? Thanks for replying.
The text was updated successfully, but these errors were encountered:
HELLO, when running the codes, an error raised as follows:
D11 COMPILER TYPE=" gCC" -DPYBIND11 STDLIB-" libstdcpp" -DPYBIND11 BUILDABI-" cxxabi1011"-DTORCH EXTENSIONNAME=MultiScaleDeformableAttention -D_GLIBCXX_US E CXX11 ABI-0-std=c++14
cc1plus: warning: command line option'-Wstrict-prototypes’is valid for c/0bic but not for C+
In file included from/home/vipuser/TransTrack/models/ops/src/cpu/msdeform attn_cpu.cpp;4:0:
/home/user/miniconda3/lib/python3.8/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10:
fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
compilation terminated.
error: command 'acc' failed with exit status 1
How can I solve this error? Thanks for replying.
The text was updated successfully, but these errors were encountered: