Prechádzať zdrojové kódy

Lower debugging level of hwloc cuda detection warning

Samuel Thibault 6 rokov pred
rodič
commit
ebc23cbf06
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/core/topology.c

+ 1 - 1
src/core/topology.c

@@ -1652,7 +1652,7 @@ static int _starpu_init_machine_config(struct _starpu_machine_config *config, in
 			}
 			else
 			{
-				_STARPU_DISP("Warning: could not find location of CUDA%u, do you have the hwloc CUDA plugin installed?\n", devid);
+				_STARPU_DEBUG("Warning: could not find location of CUDA%u, do you have the hwloc CUDA plugin installed?\n", devid);
 			}
 		}
 #endif