NVIDIA-AI-IOT / cuPCL

A project demonstrating how to use the libs of cuPCL.
MIT License
573 stars 93 forks source link

No need to memset output memory space in pcl testing block. #15

Open ZhenshengLee opened 3 years ago

ZhenshengLee commented 3 years ago

https://github.com/NVIDIA-AI-IOT/cuda-pcl/blob/3ca9dba5351f7f8eb35f1b73fa1022c1296f5be5/cuda-filter/main.cpp#L207

and

https://github.com/NVIDIA-AI-IOT/cuda-pcl/blob/3ca9dba5351f7f8eb35f1b73fa1022c1296f5be5/cuda-filter/main.cpp#L232

Thanks.