PeizeSun / TransTrack

Multiple Object Tracking with Transformer
MIT License
629 stars 109 forks source link

cuda_runtime_api.h #69

Open EddieEduardo opened 2 years ago

EddieEduardo commented 2 years ago

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.