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 - patch size should be uniform #5

Closed lastephey closed 4 years ago

lastephey commented 4 years ago

This is related to Issue #4

Patch size should be uniform which will help drastically with memory management

This likely means that we'll need to devise a 'ghost cell' strategy where we either pad with zeros or we throw some portion of the patch away

lastephey commented 4 years ago

For clarification: the patch returning form the device to the host is uniform (and appropriate for pinned memory).