Browse Source

Fix TODO: OpenCL drivers can already be launched by the application.

Cyril Roelandt 13 years ago
parent
commit
90a0c48b85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/starpu.h

+ 1 - 1
include/starpu.h

@@ -73,7 +73,7 @@ struct starpu_driver
 		cl_device_id opencl_id;
 #endif
 		/*
-		 * TODO: handle CPUs and OpenCL devices :
+		 * TODO: handle CPUs:
 		 * 1) Add a member to this union.
 		 * 2) Edit _starpu_launch_drivers() to make sure the driver is
 		 *    not always launched.