Training
Module
Optimizing tightly coupled HPC applications on HBv2, HC, and HB series virtual machines - Training
Learn how to build, run, and tune tightly coupled HPC applications in Azure.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Visual C++ provides the following technologies to help you create multi-threaded and parallel programs that take advantage of multiple cores and use the GPU for general purpose programming.
Title | Description |
---|---|
Auto-Parallelization and Auto-Vectorization | Compiler optimizations that speed up code. |
Concurrency Runtime | Classes that simplify the writing of programs that use data parallelism or task parallelism. |
C++ AMP (C++ Accelerated Massive Parallelism) | Classes that enable the use of modern graphics processors for general purpose programming. |
Multithreading Support for Older Code (Visual C++) | Older technologies that may be useful in older applications. For new apps, use the Concurrency Runtime or C++ AMP. |
OpenMP | The Microsoft implementation of the OpenMP API. |
C++ in Visual Studio | This section of the documentation contains information about most of the features of Visual C++. |
Training
Module
Optimizing tightly coupled HPC applications on HBv2, HC, and HB series virtual machines - Training
Learn how to build, run, and tune tightly coupled HPC applications in Azure.
Documentation
C++ AMP (C++ Accelerated Massive Parallelism)
Learn more about: C++ AMP (C++ Accelerated Massive Parallelism)
Learn more about: Concurrency Runtime
Using Lambdas, Function Objects, and Restricted Functions
Learn more about: Using Lambdas, Function Objects, and Restricted Functions