Changes between Version 7 and Version 8 of AppPlan
- Timestamp:
- May 5, 2008, 10:22:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlan
v7 v8 1 1 = Application planning = 2 3 [[T(DesignDocument)]]4 2 5 3 '''Application planning''' is a mechanism that lets the scheduler decide, … … 55 53 * It's not always optimal to use only the version with highest FLOPS. Suppose there's a GPU version and a multithread version. On some machines it might be best to use some of each. 56 54 * The server code that estimates completion times currently doesn't know about multiprocessors or coprocessors. 57 * The client scheduling and work-fetch code alsodoesn't know about multiprocessors or coprocessors.55 * The client work-fetch code doesn't know about multiprocessors or coprocessors.