Skip to content
Snippets Groups Projects
Commit b13d298a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Mildly improve auto_test no-CPU error message

parent db652d4c
No related branches found
No related tags found
No related merge requests found
......@@ -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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment