Changes between Version 19 and Version 20 of AppCoprocessor


Ignore:
Timestamp:
Aug 21, 2009, 11:41:13 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppCoprocessor

    v19 v20  
    4141 * Edit the function '''app_plan()''' in '''sched/sched_customize.cpp''' so that it contains a clause for your plan class.
    4242
    43 The default '''app_plan()''' contains a clause for plan class '''cuda'''.
     43The default '''app_plan()''' contains clause for plan class '''cuda''' and '''cuda23''' (CUDA 2.3).
    4444We will explain its logic; you may need to modify it for your CUDA app.
    4545