Kamran Karimi wrote: > We also have two versions of our aqua app for NVIDIA and ATI. They run > when invoked manually, and accept a "--device" argument to determine > which GPU to use (as provided to cuda apps before, but I can't find this > argument in the sched_customize.cpp file any more).
It's not supplied by the scheduler. It's supplied by the client, after it decides which GPU to use. > We can try the apps > under BOINC when it can detect and report OpenCL's presence. You can try them right now; just define an opencl_nvidia plan class, and add a clause to app_plan() in which you check for driver version 197.13 or later. I can add this if you want. ATI: we need to wait until ATI includes OpenCL support in their driver. Asking volunteers to install an SDK, and having the client check for it, is not viable. -- David _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
