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.

GPU : no atomic ?

Polar01
Beginner
277 Views

Hi,

I have an Intel i7 4702MQ processor and need to use the "atomic" methods of this GPU (not CPU).

But when I use cl_khr_global_int32_base_atomics, I got an error. It is not yet supported ?

0 Kudos
1 Reply
Raghupathi_M_Intel
277 Views

You can check the device caps using gpucapsviewer or query programmatically. But the above extension should be supported on HD 4600. What error were you getting? Can I reproduce that with the kernel you sent me (privately)?

Thanks,
Raghu

0 Kudos
Reply