rawspec.cu has produces incompatible output with testing baseline values
texadactyl opened this issue · 1 comments
texadactyl commented
After inserting #include <stdint.h> 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
Fixed in v3.0.0