Changes

Jump to: navigation, search

GPU

3 bytes added, 20:46, 7 August 2019
NVidia Software overview
NVidia CUDA is their general purpose compute framework. CUDA has a C++ compiler based on LLVM / clang, which compiles into an assembly-like language called PTX. NVidia device drivers take PTX and compile that down to the final machine code (called NVidia SASS). NVidia keeps PTX portable between its GPUs, while its SASS assembly language may change from year-to-year as NVidia releases new GPUs.
* NVidia CUDA Zone: [https://developer.nvidia.com/cuda-zoneNVidia CUDA Zone]* NVidia PTX ISA: [https://docs.nvidia.com/cuda/parallel-thread-execution/index.htmlNVidia PTX ISA]* NVidia CUDA Toolkit Documentation: [https://docs.nvidia.com/cuda/index.htmlNVidia CUDA Toolkit Documentation]
== AMD Software Overview ==

Navigation menu