openacc Questions

4

Solved

I am new to OpenACC which is a new programming standard for GPU Acceleration as well as CPU. As per my knowledge OpenACC is a language which is a compiler directive, directly we can accelerate the ...
Ligan asked 31/1, 2013 at 9:36

3

Solved

I study a lot of articles and the manual of OpenACC but still i don't understand the main difference of these two constructs.
Lashondalashonde asked 19/11, 2012 at 19:39

2

Solved

I have been playing around with parallelization both using ACC and OpenMP in Fortran. I am now trying to do the same in matlab. I find it very interesting that it seems to be very hard to paraleliz...
Precautionary asked 19/11, 2018 at 11:50

4

Solved

I was wondering what are the major differences between openacc and openmp. What about MPI, cuda and opencl ? I understand the differences between openmp and mpi, especially the part about shared a...
Carricarriage asked 21/10, 2013 at 12:39

1

Solved

I am interested in offloading work to the GPU with OpenMP. The code below gives the correct value of sum on the CPU //g++ -O3 -Wall foo.cpp -fopenmp #pragma omp parallel for reduction(+:sum) fo...
Resurrect asked 5/3, 2018 at 13:22

4

I've been searching the web but I'm still very confused about this topic. Can anyone explain this more clearly? I come from an Aerospace Engineering background (not from a Computer Science one), so...
Yulandayule asked 10/3, 2015 at 11:33

2

Solved

Are there any OpenAcc compilers that support the copying of derived types containing allocatable arrays to/from the GPU and their use in accelerated code? The OpenACC spec (v2.0) states this is p...
Zennas asked 4/2, 2014 at 12:25

2

Solved

According to NVIDIA website: "The CUDA Toolkit complements and fully supports programming with OpenACC directives." Does this mean OpenACC programs (pargma and API) can be compiled with...
Electrophysiology asked 4/11, 2012 at 7:34

1

Solved

I am learning OpenACC (with PGI's compiler) and trying to optimize matrix multiplication example. The fastest implementation I came up so far is the following: void matrix_mul(float *restrict r, f...
Deegan asked 3/8, 2012 at 8:13
1

© 2022 - 2024 — McMap. All rights reserved.