NVIDIA for HPC

原文链接

Libraries:

An easy replacement for CPU libraries.

Standard Languages:

NVIDIA C++17编译器add support for execution policies on the standard template library (STL)???

Directives:

Directive-based programming models provide an easy on-ramp to parallel computing on GPUs, CPUs, and other devices.

If standard languages don’t have the flexibility or features you need to get good performance, augment with directives and remain portable to other compilers and platforms.

CUDA:

CUDA is a parallel computing platform and programming model designed to deliver the most flexibility and performance for GPU-accelerated applications. 

To maximize performance and flexibility, get the most out of the GPU hardware by coding directly in CUDA C/C++ or CUDA Fortran.

你可能感兴趣的:(NVIDIA for HPC)