Computer Science, asked by manthannirmale6565, 3 months ago

what is function of ___global ___qualifier in cuda program

Answers

Answered by Barshachhetri
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