UCBerkeleySETI / rawspec

6 stars 7 forks source link

rawspec.cu has produces incompatible output with testing baseline values #43

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

After inserting #include into rawspec_gpu.cu, the compilation succeeds and the execution proceeds but the SIGPROC Filterbank (.fil) output does not match 100% to the historical results in the rawspec_testing baseline. Of the 15 spot-checks, 3 do not match.

The following appears to be a fix from testing. Change line 4 from #include <stdint.h> to #include <cuda.h>

texadactyl commented 2 years ago

Fixed in v3.0.0