Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Daily 326653dc06
[ROCm] add support for ROCm/HIP (#509)
* [ROCm] add support for ROCm/HIP

- do not use THC.h or THH.h or THCState
- rename files to avoid collisions at build time due to hipify
- HIP host device definitions in tensorview.h
- use HIP atomicAdd() in scatter_points_cuda.cu
- add WITH_ROCM anywhere WITH_CUDA was used
- update setup.py for renamed files and ROCm/HIP torch

* enforce c++17 since pytorch requires it
2024-07-31 00:04:51 -04:00
Kevin Shao d0152cf97c
Add BEVFusion-R (#443) 2023-07-07 22:53:36 -04:00
Haotian Tang da93b27d0f [Major] Code release. 2022-06-03 04:21:18 +00:00