Skip to content

Commit

Permalink
Update sensing/autoware_cuda_pointcloud_preprocessor/src/cuda_pointcl…
Browse files Browse the repository at this point in the history
…oud_preprocessor/cuda_pointcloud_preprocessor.cu

Co-authored-by: Manato Hirabayashi <[email protected]>
  • Loading branch information
knzo25 and manato authored Jan 21, 2025
1 parent f474900 commit 5941435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ __global__ void transformPointsKernel(
}

__global__ void cropBoxKernel(
InputPointType * d_points, uint32_t * output_mask, int num_points, float min_x, float min_y,
InputPointType * __restrict__ d_points, uint32_t * output_mask, int num_points, float min_x, float min_y,
float min_z, float max_x, float max_y, float max_z)
{
int idx = blockIdx.x * blockDim.x + threadIdx.x;
Expand Down

0 comments on commit 5941435

Please sign in to comment.