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
MMCV
Commits
e128be2d
Commit
e128be2d
authored
Jun 12, 2025
by
limm
Browse files
fix convex_iou_cuda_kernel core dumped
parent
9e4144d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/ops/csrc/common/cuda/convex_iou_cuda_kernel.cuh
mmcv/ops/csrc/common/cuda/convex_iou_cuda_kernel.cuh
+1
-1
No files found.
mmcv/ops/csrc/common/cuda/convex_iou_cuda_kernel.cuh
View file @
e128be2d
...
...
@@ -395,7 +395,7 @@ __device__ inline double intersectAreaO(Point* ps1, int n1, Point* ps2, int n2,
return
res
;
}
__device__
inline
void
Jarvis
(
Point
*
in_poly
,
int
&
n_poly
)
{
__attribute__
((
optnone
))
__device__
inline
void
Jarvis
(
Point
*
in_poly
,
int
&
n_poly
)
{
Point
p_max
,
p_k
;
int
max_index
,
k_index
;
int
Stack
[
NMAX
]
=
{},
top1
,
top2
;
...
...
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