"src/git@developer.sourcefind.cn:one/TransferBench.git" did not exist on "e6f64e9718a2dd7b65bafecd49e4caf7cb61a1ab"
Commit e128be2d authored by limm's avatar limm
Browse files

fix convex_iou_cuda_kernel core dumped

parent 9e4144d0
...@@ -395,7 +395,7 @@ __device__ inline double intersectAreaO(Point* ps1, int n1, Point* ps2, int n2, ...@@ -395,7 +395,7 @@ __device__ inline double intersectAreaO(Point* ps1, int n1, Point* ps2, int n2,
return res; 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; Point p_max, p_k;
int max_index, k_index; int max_index, k_index;
int Stack[NMAX] = {}, top1, top2; int Stack[NMAX] = {}, top1, top2;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment