Suppose I've written a program in CUDA.
What is the output of the compilation? Is is an exe or a lib or something else?
What is necessary for a machine to run a CUDA program? (A non developer's machine / client)
E.g. compilation of a simple C++ program generates an .exe and/or .dlls.