Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
RODNet
Commits
8873a510
"vscode:/vscode.git/clone" did not exist on "ee71a3b63bb7dd9c4a7ba52206966727510e41b8"
Commit
8873a510
authored
Sep 28, 2025
by
fengzch-das
Browse files
fix: getCurrentStream() not in at::cuda
parent
44fd61fa
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
rodnet/ops/dcn/src/deform_conv_2d_cuda_kernel.cu
rodnet/ops/dcn/src/deform_conv_2d_cuda_kernel.cu
+1
-0
rodnet/ops/dcn/src/deform_conv_3d_cuda_kernel.cu
rodnet/ops/dcn/src/deform_conv_3d_cuda_kernel.cu
+1
-0
rodnet/ops/dcn/src/deform_pool_2d_cuda_kernel.cu
rodnet/ops/dcn/src/deform_pool_2d_cuda_kernel.cu
+1
-0
rodnet/ops/dcn/src/deform_pool_3d_cuda_kernel.cu
rodnet/ops/dcn/src/deform_pool_3d_cuda_kernel.cu
+1
-0
No files found.
rodnet/ops/dcn/src/deform_conv_2d_cuda_kernel.cu
View file @
8873a510
...
@@ -61,6 +61,7 @@
...
@@ -61,6 +61,7 @@
// modified from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/deform_conv_cuda_kernel.cu
// modified from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/deform_conv_cuda_kernel.cu
#include <ATen/ATen.h>
#include <ATen/ATen.h>
#include <c10/cuda/CUDAStream.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/CUDAContext.h>
#include <THC/THCAtomics.cuh>
#include <THC/THCAtomics.cuh>
#include <stdio.h>
#include <stdio.h>
...
...
rodnet/ops/dcn/src/deform_conv_3d_cuda_kernel.cu
View file @
8873a510
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
#include <ATen/ATen.h>
#include <ATen/ATen.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAStream.h>
#include <THC/THCAtomics.cuh>
#include <THC/THCAtomics.cuh>
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
...
...
rodnet/ops/dcn/src/deform_pool_2d_cuda_kernel.cu
View file @
8873a510
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
// modify from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/cuda/deform_psroi_pooling_cuda.cu
// modify from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/cuda/deform_psroi_pooling_cuda.cu
#include <ATen/ATen.h>
#include <ATen/ATen.h>
#include <c10/cuda/CUDAStream.h>
#include <THC/THCAtomics.cuh>
#include <THC/THCAtomics.cuh>
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
...
...
rodnet/ops/dcn/src/deform_pool_3d_cuda_kernel.cu
View file @
8873a510
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
// modify from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/cuda/deform_psroi_pooling_cuda.cu
// modify from https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/cuda/deform_psroi_pooling_cuda.cu
#include <ATen/ATen.h>
#include <ATen/ATen.h>
#include <c10/cuda/CUDAStream.h>
#include <THC/THCAtomics.cuh>
#include <THC/THCAtomics.cuh>
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment