desihub / gpu_specter

Scratch work for porting spectroperfectionism extractions to GPUs
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

cpu - large array sizes should be uniform #4

Closed lastephey closed 4 years ago

lastephey commented 4 years ago

arrays like R, chi2pix, A should be of uniform size

this will allow us to do things like pin memory

lastephey commented 4 years ago

Fixed during spex refactor