'NVCC 5.0 and OpenACC

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 nvcc compiler? Or it means only runtime routine calls are supported?

Unfortunately, I cannot install CUDA Toolkit 5.0 atm to get my answer. Thanks!



Solution 1:[1]

There exists accULL, The OpenACC research implementation (C only, OpenACC 1.0).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jakub Narębski