Zum Inhalt springen

Nvidia CUDA Compiler

aus Wikipedia, der freien Enzyklopädie
Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 11. Dezember 2012 um 08:18 Uhr durch en>Vanished user 3.1415926535897932384626433 (Sp). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Vorlage:Copy edit

Nvidia CUDA Compiler

NVCC is Nvidia's CUDA compiler. CUDA codes runs on both CPU and GPU, and NVCC separate these two parts and send host code (the part of code which will be run on CPU) to a C compiler like GCC or ICC or Microsoft Visual C Compiler, and send the device code (the part which will run on GPU) to GPU. By the way, the device code further compiled by NVCC.

References

  1. David B. Kirk, and Wen-mei W. Hwu. Programming massively parallel processors: a hands-on approach. Morgan Kaufmann, 2010.

Vorlage:Uncategorized stub


Vorlage:Stub