desihub / gpu_specter

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

Eliminate noisy warnings #71

Closed dmargala closed 2 years ago

dmargala commented 2 years ago

This PR addresses #69 and #70.

Note that the performance warnings from numba.cuda are potentially helpful but not especially concerning. We know we are under utilizing the GPU in some areas which is why we are using CUDA MPS to have multiple MPI ranks share GPUs. Numba is not aware of that.

marcelo-alvarez commented 2 years ago

Thanks for this, it will make interpretation of logs that include gpu extractions much easier.