desihub / gpu_specter

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

gpu - add unit testing #14

Closed lastephey closed 4 years ago

lastephey commented 4 years ago

In the same vein as Issue #13 , we will also need some unit testing for our gpu version to make sure we maintain correctness.

lastephey commented 4 years ago

Add unit test to make sure that gpu version is fully equivalent to cpu version

Should run both and compare the answer

dmargala commented 4 years ago

Added unit tests that compare cpu/gpu results in #45