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

Cache size of GPU (HD-2500) in Intel i5-3470

If_09
Beginner
465 Views

Hi,

Can anyone specify the cache sizes (L1, L2 and L3) of Intel GPU - HD 2500 in Ivy bridge i5-3470? The cache sizes of CPU is L1=128k, L2=1M, L3=6M. Does GPU use the same cache hierarchy or what?

 

Thanks

0 Kudos
2 Replies
Raghupathi_M_Intel
465 Views

GPU uses different hierarchy. In the context of OpenCL the private data is stored in the GRF (Graphics Register File) which is 512KB (this has the lowest latency), local data is mapped to Shared Local Memory which is about 64KB, which the Global memory is mapped to Graphics L3 which is 256KB.

Private data can sometimes end up in global memory. Its more complicated.

Thanks,
Raghu
 

0 Kudos
If_09
Beginner
465 Views

Hi, thanks for the reply. Are these numbers specific to HD-2500 in i5-3470? Can you point me to some official Intel documentation, available online, specifying these numbers?

0 Kudos
Reply