OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

create buffer ok,but not write really

ml_j_
Beginner
315 Views

   I use clCreateBuffer(CL_MEM_READ_ONLY | CL_MEM_USE_HOST_PTR,) function  create 3 buffers, every buf has 300M, the driver version 10.18.10.3621,the Device global alloc mem size is 332185(KB) ,it is no error while runnig,but the result is not correct,the calculation using the first buf is correct ,the other two is wrong!I found that 
the other two bufs have no data to be written。 while I use 9.18.10.3071 ,the Device global alloc mem size is 415744 (KB) ,I crate 2 bufs, the result is correct,what's wrong? 
who have  the version 9.18.10.3071 for win7 hd4000,Thank you! 

0 Kudos
1 Reply
Robert_I_Intel
Employee
315 Views

Could you please update to 10.18.10.4061 (latest driver for your system - see https://downloadcenter.intel.com/search?keyword=3rd+Generation+Intel%c2%ae+Core%e2%84%a2+Processors+with+Intel%c2%ae+HD+Graphics+4000 ) and let me know the results? I don't have Windows 7 system readily available. Thanks!

0 Kudos
Reply