Skip to content

Commit 15a2070

Browse files
committed
* _gpu.cu float info fprintf(std~~err~~out...)
1 parent 5c00a39 commit 15a2070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rawspec_gpu.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ int rawspec_initialize(rawspec_context * ctx)
507507
return 1;
508508
} else if(ctx->float_data && ctx->Nbps != 16 && ctx->Nbps != 32) {
509509
fprintf(
510-
stderr,
510+
stdout,
511511
"Nbps cannot be %d for floating-point data, treating as 16.\n",
512512
ctx->Nbps
513513
);

0 commit comments

Comments
 (0)