diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py index 3f8dc83dd85dfe88c3d041d0c6bed739685b6c78..6420e5afbed7ac10f22ca23ea8caf6b36e9b94e6 100644 --- a/pyopencl/__init__.py +++ b/pyopencl/__init__.py @@ -470,6 +470,9 @@ class Program: logger.info("build program: kernel '%s' was part of a " "lengthy %s (%.2f s)" % (attr, build_descr, duration)) + # don't whine about build times more than once. + self._build_duration_info = None + return knl except LogicError: raise AttributeError("'%s' was not found as a program "