ARSEFeb 12, 2018

SAPA: Self-Aware Polymorphic Architecture

arXiv:1802.05100v12 citations
Originality Incremental advance
AI Analysis

This addresses the problem of managing complexity in high-performance computing for developers, though it appears incremental as it builds on existing adaptive computing concepts.

The paper tackles the programming challenges of complex and heterogeneous high-performance computing systems by introducing a Self-Aware Polymorphic Architecture (SAPA) that dynamically allocates resources and enables automatic approximation to meet goals like execution time and power constraints, with the prototyped architecture performing extremely well on a large pool of applications.

In this work, we introduce a Self-Aware Polymorphic Architecture (SAPA) design approach to support emerging context-aware applications and mitigate the programming challenges caused by the ever-increasing complexity and heterogeneity of high performance computing systems. Through the SAPA design, we examined the salient software-hardware features of adaptive computing systems that allow for (1) the dynamic allocation of computing resources depending on program needs (e.g., the amount of parallelism in the program) and (2) automatic approximation to meet program and system goals (e.g., execution time budget, power constraints and computation resiliency) without the programming complexity of current multicore and many-core systems. The proposed adaptive computer architecture framework applies machine learning algorithms and control theory techniques to the application execution based on information collected about the system runtime performance trade-offs. It has heterogeneous reconfigurable cores with fast hardware-level migration capability, self-organizing memory structures and hierarchies, an adaptive application-aware network-on-chip, and a built-in hardware layer for dynamic, autonomous resource management. Our prototyped architecture performs extremely well on a large pool of applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes