We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c00a39 commit 15a2070Copy full SHA for 15a2070
rawspec_gpu.cu
@@ -507,7 +507,7 @@ int rawspec_initialize(rawspec_context * ctx)
507
return 1;
508
} else if(ctx->float_data && ctx->Nbps != 16 && ctx->Nbps != 32) {
509
fprintf(
510
- stderr,
+ stdout,
511
"Nbps cannot be %d for floating-point data, treating as 16.\n",
512
ctx->Nbps
513
);
0 commit comments