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>
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>