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
compilation terminated.
error: command 'acc' failed with exit status 1_**
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
compilation terminated. error: command 'acc' failed with exit status 1_**
How can I solve this error? Thanks for replying.