-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Hello everyone,
I've recently been working on some CPU architecture-related contributions for PCL. Referring to #3519, I have migrated the SSE and AVX implementations of countWithinDistance to RISC-V RVV 1.0, implementing countWithinDistanceRVV. The code repository is available at:
https://github.com/CelestialMelody/pcl/tree/feature/rvv10
The submitted content includes the following:
-
Chinese documentation recording the environment setup, compilation, implementation, and testing processes. These documents are not intended for merging into PCL (I can provide English translations if needed):
RISCV Development Environment Setup
PCL Cross-Compilation Guide for RISC-V
RVV Implementation Supplementary Notes
RVV Implementation: Optimizing countWithinDistance for RANSAC Models
RVV Implementation: 3D Vector Acute Angle Calculation (getAcuteAngle3D & acos) -
Migration of PR Add SIMD implementations to some countWithinDistance functions #3519 (SSE/AVX code): Implemented countWithinDistanceRVV for the Plane, NormalPlane, Circle2D, and Sphere models.
-
Testing:
Test Documentation
Test Implementation
Can I submit a PR? Do I need to create a new branch in my repository and only submit the added code parts?