Back to the Club's homepage

Title: C++ AMP: Microsoft approach for Heterogeneous Computing - Avi Mendelson

Abstract

C++ AMP (Accelerated Massive Parallelism) is a native programming model that contains elements that span the C++ programming language and its runtime library. The syntactic changes introduced by AMP are minimal, but additional restrictions are enforced to reflect the limitations of data parallel hardware. Data parallel algorithms are supported by the introduction of multi-dimensional array types, array operations on those types, indexing, asynchronous memory transfer, shared memory, synchronization and tiling/partitioning techniques.

The language aims to support heterogeneous programming environments, starting from GPGPU and up-to Cloud computing.

Speaker: Prof. Avi Mendelson, Microsoft R&D Israel and visiting Professor at CS/EE Technion.


Back to the Club's homepage