From b13d298ada2808b980097cb3f717d752a3e9bd6c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 16 Jul 2013 17:08:38 -0400
Subject: [PATCH] Mildly improve auto_test no-CPU error message

---
 loopy/auto_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loopy/auto_test.py b/loopy/auto_test.py
index 435eb80a6..6a1abce98 100644
--- a/loopy/auto_test.py
+++ b/loopy/auto_test.py
@@ -317,7 +317,7 @@ def _enumerate_cl_devices_for_ref_test():
         raise RuntimeError("no CL device found for test")
 
     if not cpu_devs:
-        warn("No CPU device found for reference test. The reference "
+        warn("No CPU device found for running reference kernel. The reference "
                 "computation will either fail because of a timeout "
                 "or take a *very* long time.")
 
-- 
GitLab