SHF: Small: EVE: Ephemeral Vector Engines
SHF:小型:EVE:短暂矢量引擎
基本信息
- 批准号:2008471
- 负责人:
- 金额:$ 40万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Standard Grant
- 财政年份:2020
- 资助国家:美国
- 起止时间:2020-07-01 至 2024-06-30
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Data-parallel kernels dominate the computational workload in a wide variety of demanding application domains, including graphics rendering, computer vision, audio processing, physical simulation, machine learning, and graph processing. Since it is no longer possible to rely on technology scaling for inevitable improvements in transistor performance and energy efficiency, there is renewed interest in specialized hardware to improve performance and efficiency compared to general-purpose processors for codes with significant amounts of data-level parallelism (DLP). Unfortunately, this specialized hardware lies idle when these computing systems are executing the many other interesting workloads that lack DLP. This project is exploring a new approach that is able to create specialized hardware "on-demand" by reconfiguring the memory already contained within modern computer systems to handle both storage and computation. The project's broader significance and importance are rooted in the need for computer architects to creatively mitigate the challenges imposed by the looming end of Moore's law, and the potential transformative impact of a software/hardware co-design approach.Two popular styles of hardware accelerators for exploiting DLP include data-parallel acceleration (DPA), which focuses on moving data in main memory to the compute hardware, and processing-in-memory (PIM), which focuses on moving compute hardware to the data in memory. In-situ processing-in-memory (PIM) is a recently proposed approach that attempts to significantly reduce the area overhead associated with exploiting data-level parallelism while at the same time reaping most of the benefit. In-situ PIM uses bit-line computation to perform basic bit-wise logical operations in a single read of a traditional memory array. Each memory column can be further transformed into a bit-serial ALU by adding extra logic, multiplexing, and state elements in the peripheral circuitry. This project makes two key observations about prior work on in-situ PIM: (1) in-situ PIM lacks compelling programming models; and (2) in-situ PIM requires massive parallelism to outweigh bit-serial execution overheads.This project is exploring ephemeral vector engines (EVE) as a new approach to address these challenges. EVE enables dynamically repurposing one or more private L2 cache ways to serve as on-demand (i.e., ephemeral) vector engines implemented using a novel reconfigurable bit-serial/bit-parallel in-situ processing-in-SRAM. EVE supports the unmodified RISC-V vector instruction set and can be rapidly reconfigured to use either bit-serial or bit-parallel execution. Bit-serial execution provides higher throughput but longer latencies, while bit-parallel execution provides lower throughput but shorter latencies. This project is using a vertically integrated research methodology spanning circuits, microarchitecture, architecture, and applications to explore three research thrusts. Thrust 1: EVE Circuits is exploring how to implement reconfigurable bit-serial/bit-parallel compute logic in the periphery of the SRAM array so as to minimize area, energy, and timing overhead. Thrust 2: EVE Microarchitecture is exploring how to efficiently map higher-level vector instructions into lower-level micro-operations. Thrust 3: EVE Architecture is exploring how to integrate the EVE microarchitecture into a complete system accelerating applications with regular DLP, while adding little to no area, energy, performance overhead for applications without regular DLP.This project is also pursuing two broader impact initiatives. The first is an ambitious yet concrete effort to increase participation of women in computer engineering by organizing a week-long computer engineering design experience for high-school girls. The second is an initiative to better preparing Cornell graduates for the post-Moore's law era, by integrating open-source CAD tools and the emerging PIM architectural approach into the undergraduate and graduate curriculum.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
数据并行核在各种要求苛刻的应用领域中主导着计算工作负载,包括图形渲染、计算机视觉、音频处理、物理模拟、机器学习和图形处理。由于不再可能依靠技术扩展来实现晶体管性能和能效的不可避免的改进,因此与具有大量数据级并行性(DLP)的代码的通用处理器相比,专门的硬件重新引起了人们的兴趣,以提高性能和效率。不幸的是,当这些计算系统执行缺乏DLP的许多其他有趣的工作负载时,这种专用硬件处于空闲状态。这个项目正在探索一种新的方法,通过重新配置现代计算机系统中已经包含的内存来处理存储和计算,从而能够“按需”创建专门的硬件。该项目的广泛意义和重要性源于计算机架构师需要创造性地减轻摩尔定律即将结束所带来的挑战,以及软件/硬件协同设计方法的潜在变革影响。用于利用DLP的两种流行的硬件加速器包括数据并行加速(DPA)和内存处理(PIM),前者侧重于将主内存中的数据移动到计算硬件,后者侧重于将计算硬件移动到内存中的数据。内存中的原位处理(PIM)是最近提出的一种方法,它试图显著减少与利用数据级并行性相关的区域开销,同时获得大部分好处。原位PIM使用位线计算在传统存储器阵列的单次读取中执行基本的逐位逻辑操作。通过在外围电路中添加额外的逻辑、多路复用和状态元素,每个存储列可以进一步转换为位串行ALU。本项目对先前的原位PIM工作进行了两个关键观察:(1)原位PIM缺乏令人信服的规划模型;(2)原位PIM需要大量并行性来抵消位串行执行开销。该项目正在探索短暂矢量引擎(EVE)作为解决这些挑战的新方法。EVE可以动态地重新利用一个或多个私有L2缓存方式作为按需(即短暂的)矢量引擎,使用一种新颖的可重构sram中的位串行/位并行原位处理来实现。EVE支持未经修改的RISC-V矢量指令集,可以快速重新配置为使用位串行或位并行执行。位串行执行提供更高的吞吐量但更长的延迟,而位并行执行提供更低的吞吐量但更短的延迟。该项目采用垂直集成的研究方法,涵盖电路、微架构、架构和应用,探索三个研究重点。重点1:EVE电路正在探索如何在SRAM阵列的外围实现可重构的位-串行/位-并行计算逻辑,以最大限度地减少面积、能量和时序开销。重点2:EVE微架构正在探索如何有效地将高级向量指令映射到低级微操作中。推进3:EVE架构正在探索如何将EVE微架构集成到一个完整的系统中,加速具有常规DLP的应用程序,同时为没有常规DLP的应用程序增加很少甚至没有面积,能量和性能开销。该项目还在推行两项影响范围更广的倡议。第一个目标是通过为高中女生组织为期一周的计算机工程设计体验活动,提高女性在计算机工程领域的参与度。第二个是通过将开源CAD工具和新兴的PIM架构方法整合到本科和研究生课程中,为康奈尔大学的毕业生更好地为后摩尔定律时代做好准备。该奖项反映了美国国家科学基金会的法定使命,并通过使用基金会的知识价值和更广泛的影响审查标准进行评估,被认为值得支持。
项目成果
期刊论文数量(4)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
Towards a Reconfigurable Bit-Serial/Bit-Parallel Vector Accelerator using In-Situ Processing-In-SRAM
使用 SRAM 中的原位处理实现可重新配置的位串行/位并行矢量加速器
- DOI:10.1109/iscas45731.2020.9181068
- 发表时间:2020
- 期刊:
- 影响因子:0
- 作者:Al-Hawaj, Khalid;Afuye, Olalekan;Agwa, Shady;Apsel, Alyssa;Batten, Christopher
- 通讯作者:Batten, Christopher
EVE: Ephemeral Vector Engines
- DOI:10.1109/hpca56546.2023.10071074
- 发表时间:2023-02
- 期刊:
- 影响因子:0
- 作者:Khalid Al-Hawaj;T. Ta;Nick Cebry;Shady O. Agwa;O. Afuye;Eric Hall;Courtney Golden;A. Apsel;C. Batten
- 通讯作者:Khalid Al-Hawaj;T. Ta;Nick Cebry;Shady O. Agwa;O. Afuye;Eric Hall;Courtney Golden;A. Apsel;C. Batten
big.VLITTLE: On-Demand Data-Parallel Acceleration for Mobile Systems on Chip
- DOI:10.1109/micro56248.2022.00025
- 发表时间:2022-10
- 期刊:
- 影响因子:0
- 作者:T. Ta;Khalid Al-Hawaj;Nick Cebry;Yanghui Ou;Eric Hall;Courtney Golden;C. Batten
- 通讯作者:T. Ta;Khalid Al-Hawaj;Nick Cebry;Yanghui Ou;Eric Hall;Courtney Golden;C. Batten
CAPE: A Content-Addressable Processing Engine
CAPE:内容可寻址处理引擎
- DOI:10.1109/hpca51647.2021.00054
- 发表时间:2021
- 期刊:
- 影响因子:0
- 作者:Caminal, Helena;Yang, Kailin;Srinivasa, Srivatsa;Ramanathan, Akshay Krishna;Al-Hawaj, Khalid;Wu, Tianshu;Narayanan, Vijaykrishnan;Batten, Christopher;Martinez, Jose F.
- 通讯作者:Martinez, Jose F.
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
Christopher Batten其他文献
Autofocusing and Astigmatism Correction in the Scanning Electron Microscope
- DOI:
- 发表时间:
2000 - 期刊:
- 影响因子:0
- 作者:
Christopher Batten - 通讯作者:
Christopher Batten
Supporting a Virtual Vector Instruction Set on a Commercial Compute-in-SRAM Accelerator
支持商用 SRAM 计算加速器上的虚拟向量指令集
- DOI:
- 发表时间:
2024 - 期刊:
- 影响因子:2.3
- 作者:
Courtney Golden;Dan Ilan;Caroline Huang;Niansong Zhang;Zhiru Zhang;Christopher Batten - 通讯作者:
Christopher Batten
Christopher Batten的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Christopher Batten', 18)}}的其他基金
Collaborative Research: Frameworks: Advancing Computer Hardware and Systems' Research Capability, Reproducibility, and Sustainability with the gem5 Simulator Ecosystem
协作研究:框架:利用 gem5 模拟器生态系统提升计算机硬件和系统的研究能力、可重复性和可持续性
- 批准号:
2311890 - 财政年份:2023
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Collaborative Research: PPoSS: LARGE: Panorama: Integrated Rack-Scale Acceleration for Computational Pangenomics
合作研究:PPoSS:大型:全景:计算泛基因组学的集成机架规模加速
- 批准号:
2118709 - 财政年份:2021
- 资助金额:
$ 40万 - 项目类别:
Continuing Grant
SHF: Small: Closing the Productivity/Performance Gap with Just-in-Time Configuration of Meta-Trace Accelerators
SHF:小型:通过及时配置 Meta-Trace 加速器缩小生产力/性能差距
- 批准号:
1527065 - 财政年份:2015
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
II-New: PyMTL: A Unified Framework for Vertically Integrated Computer Architecture Research
II-新:PyMTL:垂直集成计算机架构研究的统一框架
- 批准号:
1512937 - 财政年份:2015
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Student Travel Support for the 21st Annual IEEE International Symposium on High-Performance Computer Architecture (HPCA 2015)
第 21 届 IEEE 国际高性能计算机架构研讨会 (HPCA 2015) 学生旅行支持
- 批准号:
1451396 - 财政年份:2014
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
XPS: DSD: Polymorphic Hardware Specialization for Domain-Specific Algorithms and Data Structures
XPS:DSD:针对特定领域算法和数据结构的多态硬件专业化
- 批准号:
1337240 - 财政年份:2013
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
CAREER: Explicit Loop Architectures for Efficiently Exploiting Instruction- and Data-Level Parallelism
职业:用于有效利用指令和数据级并行性的显式循环架构
- 批准号:
1149464 - 财政年份:2012
- 资助金额:
$ 40万 - 项目类别:
Continuing Grant
Collaborative Research: II-NEW: Prototyping Platform to Enable Power-Centric Multicore Research
协作研究:II-NEW:支持以功耗为中心的多核研究的原型设计平台
- 批准号:
1059233 - 财政年份:2011
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
相似国自然基金
昼夜节律性small RNA在血斑形成时间推断中的法医学应用研究
- 批准号:
- 批准年份:2024
- 资助金额:0.0 万元
- 项目类别:省市级项目
tRNA-derived small RNA上调YBX1/CCL5通路参与硼替佐米诱导慢性疼痛的机制研究
- 批准号:
- 批准年份:2022
- 资助金额:10.0 万元
- 项目类别:省市级项目
Small RNA调控I-F型CRISPR-Cas适应性免疫性的应答及分子机制
- 批准号:32000033
- 批准年份:2020
- 资助金额:24.0 万元
- 项目类别:青年科学基金项目
Small RNAs调控解淀粉芽胞杆菌FZB42生防功能的机制研究
- 批准号:31972324
- 批准年份:2019
- 资助金额:58.0 万元
- 项目类别:面上项目
变异链球菌small RNAs连接LuxS密度感应与生物膜形成的机制研究
- 批准号:81900988
- 批准年份:2019
- 资助金额:21.0 万元
- 项目类别:青年科学基金项目
肠道细菌关键small RNAs在克罗恩病发生发展中的功能和作用机制
- 批准号:31870821
- 批准年份:2018
- 资助金额:56.0 万元
- 项目类别:面上项目
基于small RNA 测序技术解析鸽分泌鸽乳的分子机制
- 批准号:31802058
- 批准年份:2018
- 资助金额:26.0 万元
- 项目类别:青年科学基金项目
Small RNA介导的DNA甲基化调控的水稻草矮病毒致病机制
- 批准号:31772128
- 批准年份:2017
- 资助金额:60.0 万元
- 项目类别:面上项目
基于small RNA-seq的针灸治疗桥本甲状腺炎的免疫调控机制研究
- 批准号:81704176
- 批准年份:2017
- 资助金额:20.0 万元
- 项目类别:青年科学基金项目
水稻OsSGS3与OsHEN1调控small RNAs合成及其对抗病性的调节
- 批准号:91640114
- 批准年份:2016
- 资助金额:85.0 万元
- 项目类别:重大研究计划
相似海外基金
CSR: Small: Leveraging Physical Side-Channels for Good
CSR:小:利用物理侧通道做好事
- 批准号:
2312089 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
NeTS: Small: NSF-DST: Modernizing Underground Mining Operations with Millimeter-Wave Imaging and Networking
NeTS:小型:NSF-DST:利用毫米波成像和网络实现地下采矿作业现代化
- 批准号:
2342833 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
CPS: Small: NSF-DST: Autonomous Operations of Multi-UAV Uncrewed Aerial Systems using Onboard Sensing to Monitor and Track Natural Disaster Events
CPS:小型:NSF-DST:使用机载传感监测和跟踪自然灾害事件的多无人机无人航空系统自主操作
- 批准号:
2343062 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Collaborative Research: FET: Small: Reservoir Computing with Ion-Channel-Based Memristors
合作研究:FET:小型:基于离子通道忆阻器的储层计算
- 批准号:
2403559 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
オミックス解析を用いたブドウ球菌 small colony variants の包括的特徴づけ
使用组学分析全面表征葡萄球菌小菌落变体
- 批准号:
24K13443 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Grant-in-Aid for Scientific Research (C)
AF: Small: Problems in Algorithmic Game Theory for Online Markets
AF:小:在线市场的算法博弈论问题
- 批准号:
2332922 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Collaborative Research: FET: Small: Algorithmic Self-Assembly with Crisscross Slats
合作研究:FET:小型:十字交叉板条的算法自组装
- 批准号:
2329908 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
NeTS: Small: ML-Driven Online Traffic Analysis at Multi-Terabit Line Rates
NeTS:小型:ML 驱动的多太比特线路速率在线流量分析
- 批准号:
2331111 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Collaborative Research: SHF: Small: LEGAS: Learning Evolving Graphs At Scale
协作研究:SHF:小型:LEGAS:大规模学习演化图
- 批准号:
2331302 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant
Collaborative Research: SHF: Small: LEGAS: Learning Evolving Graphs At Scale
协作研究:SHF:小型:LEGAS:大规模学习演化图
- 批准号:
2331301 - 财政年份:2024
- 资助金额:
$ 40万 - 项目类别:
Standard Grant














{{item.name}}会员




