SPar: A DSL for High-Level and Productive Stream Parallelism
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/record/1194602
下载链接
链接失效反馈官方服务:
资源简介:
This paper introduces SPar, an internal C++ Domain-Specific Language (DSL) that supports the development of classic stream parallel applications. The DSL uses standard C++ attributes to introduce annotations tagging the notable components of stream par-
allel applications: stream sources and stream processing stages. A set of tools process SPar code (C++ annotated code using the SPar attributes) to generate FastFlow C++ code that exploits the stream parallelism denoted by SPar annotations while targeting shared memory multi-core architectures. We outline the main SPar features along with the main implementation techniques and tools. Also, we show the results of experiments assessing the feasibility of the entire approach as well as SPar’s performance and expressiveness.
创建时间:
2020-01-24



