C++ programming language for an abstract massively parallel SIMD architecture
编程语言
2007-05-23 v1
摘要
The aim of this work is to define and implement an extended C++ language to support the SIMD programming paradigm. The C++ programming language has been extended to express all the potentiality of an abstract SIMD machine consisting of a central Control Processor and a N-dimensional toroidal array of Numeric Processors. Very few extensions have been added to the standard C++ with the goal of minimising the effort for the programmer in learning a new language and to keep very high the performance of the compiled code. The proposed language has been implemented as a porting of the GNU C++ Compiler on a SIMD supercomputer.
引用
@article{arxiv.cs/0005023,
title = {C++ programming language for an abstract massively parallel SIMD architecture},
author = {Alessandro Lonardo and Emanuele Panizzi and Benedetto Proietti},
journal= {arXiv preprint arXiv:cs/0005023},
year = {2007}
}
备注
10 pages