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

Multithreading enqueue commands in Intel MIC OpenCL

Jungwon_K_
Beginner
413 Views

Hi all, I encountered a very weird behavior. I ran the following codes:

t0 = get_time();
clEnqueueWriteBuffer(queue, mem, CL_FALSE, 0, 1.8*GB, host, 0, NULL, NULL);
printf("%lf secs", get_time() - t0);

The evaluation system has 4 Intel Xeon Phi 5110p coprocessors. (with Intel OpenCL runtime 14.2 and MPSS 3.4.2)
When I ran the code using MPI, that is 4 MPI-task, each task showed about 0.0000x secs.
But when I ran the code using threads, such as 4 OpenMP threads, it showed about 5 secs. Even though it is a enqueuing a non-blocking command.
Do you have any idea?

Thanks.
Jungwon

 

0 Kudos
1 Reply
Yuri_K_Intel
Employee
413 Views
Hi Jungwon, I would like to ask you the following information. 1. Small reproducer program. 2. Details of the OpenMP/MPI setup. 3. What is the severity of this issue for you? Is it critical or minor one? Thanks, Yuri
0 Kudos
Reply