On 12/1/11 16:41 , Oliver Bock wrote: > On 12/1/11 16:32 , Timo Strunk wrote: >> Hi everybody, >> >> I implemented a generic OpenCL plan class. We talked about it on the >> projects mailing list here: >> http://lists.ssl.berkeley.edu/mailman/private/boinc_projects/2011-November/009132.html >> >> The diff is quite short and below the mail. I encountered two problems, >> which I can't fix without more input (one of those could also be a user >> error on my side). >> >> The first one is marked in the diff with //CAUTION, CHECK THIS BEFORE >> CHECKIN >> In all the other opencl_checks or cuda_checks memory is always >> multiplied with a MEGA constant. The ATI opencl_check however reports >> memory in megabyte already (cp.opencl_prop.global_mem_size is in Mega >> for me) . Therefore I skipped the multiplication with MEGA. There could >> be an inconsistency between ati and nvidia here. It would be nice if >> someone with a recent nvidia card could check >> cp.opencl_prop.global_mem_size in the opencl_check function and decide >> if it's already given in MB too. > > This is a known bug in the core client. It should be already fixed in > trunk by now. We're waiting for the next development release...
Yep, it is, I just confirmed it: > http://boinc.berkeley.edu/trac/changeset/24650/boinc/trunk/boinc/client/coproc_detect.cpp Oliver _______________________________________________ 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.
