cms-patatrack / CLUEstering

Density-based clustering algorithm developed at CERN
https://pypi.org/project/CLUEstering/
GNU General Public License v3.0
6 stars 10 forks source link

Reduce D2H memcpys in release mode #60

Closed sbaldu closed 3 weeks ago

sbaldu commented 3 months ago

This PR removes the device to host memcpy of rho, delta and nearestHigher since they are not used from the Python API. The memcpys are maintained when compiling in debug mode.