DeepLearnPhysics / larcv3

Third version of larcv. This is a complete replacement for larcv2.
MIT License
11 stars 6 forks source link

BatchFillerSparseTensor3D Hotspots #11

Open coreyjadams opened 5 years ago

coreyjadams commented 5 years ago

Batch Filler Sparse Tensor 3D is showing two significant hotspots and one minor one. Testing with NEXT NEW sparse 3D simulation:

The get data call can not be improved directly here, but the coordinate call and destructor can be improved. Half of the call to coordinate is spent doing the modular division, and a faster way to do this would be nice.