what is function of ___global ___qualifier in cuda program
Answers
Answered by
1
Answer:
A qualifier added to standard C. This alerts the compiler that a function should be compiled to run on a device (GPU) instead of host (CPU).
Similar questions