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
resmin=<different from 0>
resmax=<different from 0>
rescmin=0.0
rescmax=0.0
Expected behavior
As with Open3D 0.17, FixedRadiusSearch should work properly on CUDA.
Open3D, Python and System information
- Operating system: Ubuntu 22.04
- Python version: 3.10
- Open3D version: 0.18
- System type: x86
- Is this remote workstation?: yes
- How did you install Open3D?: pip (clean conda environment, only Torch & Open3D)
Additional information
No response
The text was updated successfully, but these errors were encountered:
It even sometimes return things like build_spatial_hash_table(hash_table_index=tensor([1065353216, 1065353216, 1065353216, 1056964608, 1073741824], device='cuda:0', dtype=torch.int32), hash_table_cell_splits=tensor([0, 0], device='cuda:0', dtype=torch.int32), hash_table_splits=tensor([0, 1], dtype=torch.int32)) which obviously cause overflow issues if used later in (fixed) radius search for ContinuousConv.
Checklist
main
branch).Describe the issue
On 0.17, CPU and GPU implementations for FixedRadiusSearch return the same result, which make CConv work as intented.
On 0.18, CPU works but GPU returns empty results. This makes CConv return 0.0 when using CUDA.
Steps to reproduce the bug
Error message
resmin=<different from 0>
resmax=<different from 0>
rescmin=0.0
rescmax=0.0
Expected behavior
As with Open3D 0.17, FixedRadiusSearch should work properly on CUDA.
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: