hpc4cmb / toast

Time Ordered Astrophysics Scalable Tools
Other
44 stars 39 forks source link

JAX: recycling memory #671

Closed nestordemeure closed 1 year ago

nestordemeure commented 1 year ago

Introduced code to recycle memory when doing a reshaping operation with change_detectors with JAX gpu data.

Previously one had to allocate a new JAX array to deal with the shape change.