bevfusion icon indicating copy to clipboard operation
bevfusion copied to clipboard

[ROCm] add support for ROCm/HIP

Open jeffdaily opened this issue 1 year ago • 0 comments

  • 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

jeffdaily avatar Sep 19 '23 17:09 jeffdaily