DCNv2 icon indicating copy to clipboard operation
DCNv2 copied to clipboard

Compilation with CUDA 10.1 and 10.2 result in error

Open batrlatom opened this issue 5 years ago • 0 comments

I am able to compile the code with CUDA 10.0, but I am getting errors in later versions:

`

from /home/tom/miniconda3/envs/torch16/lib/python3.8/site-packages/torch/include/torch/extension.h:4, from /home/tom/Development/yolact/external/DCNv2/src/cpu/vision.h:2,
from /home/tom/Development/yolact/external/DCNv2/src/dcn_v2.h:3, from /home/tom/Development/yolact/external/DCNv2/src/vision.cpp:2: /home/tom/miniconda3/envs/torch16/lib/python3.8/site-packages/torch/include/ATen/core/TensorBody.h:268:30: note: declared here 268 | DeprecatedTypeProperties & type() const { | ^~~~ ninja: build stopped: subcommand failed.

`

batrlatom avatar Jun 17 '20 08:06 batrlatom