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.
1718 Discussions

AMD's GPU_MAX_ALLOC_PERCENT equivalent in Intel OpenCL SDK?

Luis_Aguilar
Beginner
422 Views

Hi,

I just installed the opencl-1.2-3.0.67279 XE version and it seems that the largest object I can allocate is 4GB. However, my Core i7 3770K machine has 16GB.

CL_DEVICE_GLOBAL_MEM_SIZE:    16780570624
CL_DEVICE_MAX_MEM_ALLOC_SIZE:    4195142656

I know AMD has this environment variable to use almost all  of the GPU global memory available in a single allocation

export GPU_MAX_ALLOC_PERCENT=100

Is there something similar for the Intel OpenCL implementation?

Thanks

0 Kudos
0 Replies
Reply