Nvidia CUDA Compiler: Difference between revisions

Content deleted Content added
mNo edit summary
m Cleaned up using AutoEd, User:GregU/dashes.js
Line 1:
NVCC''' Nvidia CUDA Compiler''' is [[Nvidia]]'s [[CUDA]] [[compiler]]. [[CUDA]] codes runs on both the [[CPU]] and [[GPU]]. NVCC separates these two parts and sends host code (the part of code which will be run on the [[CPU]]) to a [[C]] compiler like [[GCC]] or [[ICC]] or [[Microsoft Visual C]] Compiler, and sends the device code (the part which will run on the [[GPU]]) to the [[GPU]]. Additionally, theThe device code is further compiled by NVCC.
{{copy edit|date=December 2012|for=Some verbs missing, unclear or even contradictory statements}}
 
''' Nvidia CUDA Compiler'''
 
NVCC is [[Nvidia]]'s [[CUDA]] [[compiler]]. [[CUDA]] codes runs on both the [[CPU]] and [[GPU]]. NVCC separates these two parts and sends host code (the part of code which will be run on the [[CPU]]) to a [[C]] compiler like [[GCC]] or [[ICC]] or Microsoft Visual C Compiler, and sends the device code (the part which will run on the [[GPU]]) to the [[GPU]]. Additionally, the device code is further compiled by NVCC.
 
== References ==