From fe5bfa5994a1a616085d865ae8327ddc52648885 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Wed, 22 Sep 2021 15:52:32 -0700 Subject: [PATCH] rename cpp to avoid clash Summary: Rename sample_farthest_point.cpp to not match its CUDA equivalent. Reviewed By: nikhilaravi Differential Revision: D31006645 fbshipit-source-id: 135b511cbde320d2b3e07fc5b027971ef9210aa9 --- ...{sample_farthest_points.cpp => sample_farthest_points_cpu.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pytorch3d/csrc/sample_farthest_points/{sample_farthest_points.cpp => sample_farthest_points_cpu.cpp} (100%) diff --git a/pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cpp b/pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp similarity index 100% rename from pytorch3d/csrc/sample_farthest_points/sample_farthest_points.cpp rename to pytorch3d/csrc/sample_farthest_points/sample_farthest_points_cpu.cpp