cc_staff
1,486
edits
No edit summary |
|||
Line 44: | Line 44: | ||
} | } | ||
}} | }} | ||
To build the program use the command below which will create an executable named <code>add</code>. | To build the program use the command below, which will create an executable named <code>add</code>. | ||
<source lang="console"> | <source lang="console"> | ||
$ nvcc add.cu -o add | $ nvcc add.cu -o add |