Move operation for memory performance + misc changes for cpu performance (#2130)
Reduce memory footprint by std::move of temporary (potentially very large) containers. Minor cleanup for performance optimization: e.g. of Index() calculation -- which can get repeated millions of times in large tensors/vectors in a single Visit.
Showing
Please register or sign in to comment