From a8ebdc143882b618c5c99f993b0db5b12fdf615f Mon Sep 17 00:00:00 2001 From: pensun Date: Tue, 26 Apr 2016 14:21:52 -0500 Subject: [PATCH] change the warning, stating the rounding error on float does not apply to AMD devices --- common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.cpp b/common.cpp index cb94e9e..3a6c56f 100644 --- a/common.cpp +++ b/common.cpp @@ -136,7 +136,7 @@ void parseArguments(int argc, char *argv[]) else if (!strcmp(argv[i], "--float")) { useFloat = true; - std::cout << "Warning: If number of iterations set >= 8, expect rounding errors with single precision on CUDA version" << std::endl; + std::cout << "Warning: If number of iterations set >= 8, expect rounding errors with single precision, not apply to AMD device" << std::endl; } else if (!strcmp(argv[i], "--help") || !strcmp(argv[i], "-h")) {