Relative Content

Tag Archive for cgpuopenacc

Dot Product OpenACC

I’m ask to compute the dot product in a C program. The execise is to compare the sequential version (CPU) with the pararel version (GPU) using OpenACC directives. The issue is that the GPU version is slower than the CPU and that should be like that. What am I doing wrong?