You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the official cuFilter demo, the cuda calculation time is basically the same as the official one. As follows:
------------checking CUDA VoxelGrid----------------
CUDA VoxelGrid by Time: 3.20768 ms.
CUDA VoxelGrid before filtering: 119978
CUDA VoxelGrid after filtering: 3440
But when I try to set setP.voxelX, setP.voxelY, and setP.voxelZ to 0.09, the cuda calculation time is much slower, which is not as expected. As follows:
------------checking CUDA VoxelGrid----------------
CUDA VoxelGrid by Time: 3109.65 ms.
CUDA VoxelGrid before filtering: 119978
CUDA VoxelGrid after filtering: 62844
Why is this? Is there any way to solve this situation? In most cases, setP.voxelX, setP.voxelY, and setP.voxelZ cannot always be set to 1. I hope someone can help.
The text was updated successfully, but these errors were encountered:
same issue on Linux Ubuntu 22.04 + NVIDIA GeForce RTX 3070 Ti
setting the params to 1 makes the script run very fast (4ms), but when changing it to 0.2, the performance is pretty bad (200ms)...
Running machine environment:
![image](https://private-user-images.githubusercontent.com/51155026/316493623-b44bdcac-691a-4abe-86a3-0ce87e8981e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDcxMTksIm5iZiI6MTczOTU0NjgxOSwicGF0aCI6Ii81MTE1NTAyNi8zMTY0OTM2MjMtYjQ0YmRjYWMtNjkxYS00YWJlLTg2YTMtMGNlODdlODk4MWU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE1MjY1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4MGI2OWJkOWQxZjUyNzQ2MWVlMjc0ZGU1NDYzYmIwNTk5MDYyN2EzNDI2NTFlYjc0N2YyZTJmN2QyOTJiYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AGtM9vcWQ7MT2IwohJhPNd_N6YeUQwNgXeW3R37GUDo)
When I use the official cuFilter demo, the cuda calculation time is basically the same as the official one. As follows:
------------checking CUDA VoxelGrid----------------
CUDA VoxelGrid by Time: 3.20768 ms.
CUDA VoxelGrid before filtering: 119978
CUDA VoxelGrid after filtering: 3440
But when I try to set setP.voxelX, setP.voxelY, and setP.voxelZ to 0.09, the cuda calculation time is much slower, which is not as expected. As follows:
------------checking CUDA VoxelGrid----------------
CUDA VoxelGrid by Time: 3109.65 ms.
CUDA VoxelGrid before filtering: 119978
CUDA VoxelGrid after filtering: 62844
Why is this? Is there any way to solve this situation? In most cases, setP.voxelX, setP.voxelY, and setP.voxelZ cannot always be set to 1. I hope someone can help.
The text was updated successfully, but these errors were encountered: