TextFuseNet icon indicating copy to clipboard operation
TextFuseNet copied to clipboard

error: identifier "AT_CHECK" is undefined

Open dreamflasher opened this issue 4 years ago • 1 comments

Compile fails for me with:

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(234): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(284): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(341): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(155): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(338): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(503): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(696): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(823): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(953): error: identifier "AT_CHECK" is undefined

11 errors detected in the compilation of "/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu".

Any idea how to solve this? Thank you!

dreamflasher avatar Oct 29 '21 21:10 dreamflasher

Compile fails for me with:

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(234): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(284): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(341): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(155): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(338): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(503): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(696): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(823): error: identifier "AT_CHECK" is undefined

/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(953): error: identifier "AT_CHECK" is undefined

11 errors detected in the compilation of "/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu".

Any idea how to solve this? Thank you!

https://github.com/mrlooi/rotated_maskrcnn/issues/31#issuecomment-631416601

liuzhuang1024 avatar Jun 21 '22 09:06 liuzhuang1024