On 11/14/2012 04:46 PM, Yi Ge wrote: > total is 512M byte, Any requirement? and anywhere I can reduce the > memory need
At the point of calling clCreateBuffer in example2 there shouldn't be big memory objects allocated by pocl runtime. The buffers in that example are not *that* large (about 1Mb each?) either... If you ran out of memory at clEnqueue my guess would have been it's because of the code bloat caused by the full work item replication. Then you can try 'export POCL_WORK_GROUP_METHOD=loops' to force the loops work-group generation method. See doc/envs.txt for more info. -- Pekka ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
