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 <3022416+manato@users.noreply.github.com>
  • Loading branch information
knzo25 and manato authored Jan 10, 2025
1 parent 0b46fb6 commit 970055e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ __host__ __device__ Eigen::Matrix4f transformationMatrixFromVelocity(
}

__global__ void transformPointsKernel(
const InputPointType * input_points, InputPointType * output_points, int num_points,
const InputPointType * __restrict__ input_points, InputPointType * output_points, int num_points,
TransformStruct transform)
{
int idx = blockIdx.x * blockDim.x + threadIdx.x;
Expand Down

0 comments on commit 970055e

Please sign in to comment.