This study empirically compares programmer productivity between OpenACC and CUDA in terms of programming time and execution speed. Results indicate that OpenACC reduces programming time by at least 37%, while CUDA is significantly faster in execution, being 9 times quicker than OpenACC. The findings also suggest that programming experience with CUDA does not significantly impact performance when using OpenACC for the same tasks.
Related topics: