SHF: Medium: Intelligent and Efficient Data Movement for Multicore Systems

SHF:中:多核系统的智能且高效的数据移动

基本信息

  • 批准号:
    0964106
  • 负责人:
  • 金额:
    $ 108万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Continuing Grant
  • 财政年份:
    2010
  • 资助国家:
    美国
  • 起止时间:
    2010-06-01 至 2015-05-31
  • 项目状态:
    已结题

项目摘要

Multicore chips with hundreds of cores will likely be available soon. Current trends suggest that cores will be relatively simple, that on-chip memory will be partitioned into per-core caches, and that each cache will be relatively small. Furthermore, chips will continue to be pin-limited and therefore DRAM bandwidth won't scale with the number of cores.Parallel software that is data intensive has the potential to run well on multicore processors due to the large total amount of on-chip cache, but requires effective use of the distributed on-chip caches. The dangers are that data used by many cores will be duplicated in many cores' caches, decreasing the total amount of distinct data that can be cached; and that some cores may incur DRAM loads trying to access more data than fits in their caches, while other cores have spare cache space.As the number of cores per DRAM interface and the latencies between caches on a chip increase, it is important for software to manage the distributed caches well. A collaborative approach that involves architects and systems researchers to extend the memory interface to provide control over data placement and enable on-chip efficient data movement provides a holistic solution. Specifically, this work proposes data-movement control (DMC) interface, which includes support for cache-to-cache transfers, batching of several cache lines, sending a message to a core that is close to a cache that holds a particular data item, and data monitoring. The proposal also includes techniques to route data over the interconnect that will provide high performance for the DMC interface.If successful, DMC will help data-intensive applications avoid memory bottlenecks and allow them to run well on future multicore processors. A full-system simulator will allow other researchers to explore intelligent and efficient data management and enable research projects in MIT's graduate computer architecture class, educating students about the challenges of multicore computing.
具有数百个核心的多核芯片可能很快就会面世。目前的趋势表明,内核将相对简单,片上内存将被划分为每个内核的缓存,并且每个缓存将相对较小。此外,芯片将继续受到引脚限制,因此 DRAM 带宽不会随着内核数量的增加而扩展。由于片上缓存总量较大,数据密集型并行软件有可能在多核处理器上良好运行,但需要有效利用分布式片上缓存。危险在于,许多核心使用的数据将在许多核心的缓存中重复,从而减少可缓存的不同数据的总量;并且某些核心可能会产生 DRAM 负载,试图访问超出其缓存容量的数据,而其他核心则有备用缓存空间。随着每个 DRAM 接口的核心数量以及芯片上缓存之间的延迟的增加,这对于软件来说非常重要很好地管理分布式缓存。 架构师和系统研究人员合作扩展内存接口以控制数据放置并实现片上高效数据移动,从而提供了整体解决方案。 具体来说,这项工作提出了数据移动控制(DMC)接口,其中包括对缓存到缓存传输的支持、对多个缓存行的批处理、向靠近保存特定数据项的缓存的核心发送消息,和数据监控。 该提案还包括通过互连路由数据的技术,这将为DMC接口提供高性能。如果成功,DMC将帮助数据密集型应用程序避免内存瓶颈,并使它们能够在未来的多核处理器上良好运行。 全系统模拟器将允许其他研究人员探索智能和高效的数据管理,并支持麻省理工学院研究生计算机架构课程的研究项目,教育学生了解多核计算的挑战。

项目成果

期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)

数据更新时间:{{ journalArticles.updateTime }}

{{ 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 }}

Marinus Kaashoek其他文献

Marinus Kaashoek的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('Marinus Kaashoek', 18)}}的其他基金

CSR: Medium: A High-Performance Certified File System and Applications
CSR:Medium:高性能认证文件系统和应用程序
  • 批准号:
    1563763
  • 财政年份:
    2016
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant
CSR: Medium: Collaborative Research: The Commutativity Rule for Scalable Systems Software
CSR:媒介:协作研究:可扩展系统软件的交换性规则
  • 批准号:
    1301934
  • 财政年份:
    2013
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
CSR: Medium: Collaborative Research: Programming parallel in-memory data-center applications with Piccolo
CSR:媒介:协作研究:使用 Piccolo 对并行内存数据中心应用程序进行编程
  • 批准号:
    1065114
  • 财政年份:
    2011
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant
CSR: Small: CoreTime: Dynamic Computation Migration for Multicore System Software
CSR:小型:CoreTime:多核系统软件的动态计算迁移
  • 批准号:
    0915164
  • 财政年份:
    2009
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
CSR-PDOS: ISG: Collaborative Research: Building distributed, wide-area applications using WheelFS
CSR-PDOS:ISG:协作研究:使用 WheelFS 构建分布式广域应用程序
  • 批准号:
    0720029
  • 财政年份:
    2007
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant
SGER: Planning Grant Proposal: Identifying Grand Challenges in Distributed Systems
SGER:规划拨款提案:识别分布式系统中的巨大挑战
  • 批准号:
    0540443
  • 财政年份:
    2005
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
ITR: Robust Large-Scale Distributed Systems
ITR:稳健的大型分布式系统
  • 批准号:
    0225660
  • 财政年份:
    2002
  • 资助金额:
    $ 108万
  • 项目类别:
    Cooperative Agreement
NYI: Operating Systems for Multiscale Computers
NYI:多尺度计算机操作系统
  • 批准号:
    9457791
  • 财政年份:
    1994
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant

相似国自然基金

复合低维拓扑材料中等离激元增强光学响应的研究
  • 批准号:
    12374288
  • 批准年份:
    2023
  • 资助金额:
    52 万元
  • 项目类别:
    面上项目
中等垂直风切变下非对称型热带气旋快速增强的物理机制研究
  • 批准号:
    42305004
  • 批准年份:
    2023
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
基于挥发性分布和氧化校正的大气半/中等挥发性有机物来源解析方法构建
  • 批准号:
    42377095
  • 批准年份:
    2023
  • 资助金额:
    49 万元
  • 项目类别:
    面上项目
基于机器学习和经典电动力学研究中等尺寸金属纳米粒子的量子表面等离激元
  • 批准号:
    22373002
  • 批准年份:
    2023
  • 资助金额:
    50 万元
  • 项目类别:
    面上项目
托卡马克偏滤器中等离子体的多尺度算法与数值模拟研究
  • 批准号:
    12371432
  • 批准年份:
    2023
  • 资助金额:
    43.5 万元
  • 项目类别:
    面上项目

相似海外基金

Collaborative Research: SaTC: CORE: Medium: Using Intelligent Conversational Agents to Empower Adolescents to be Resilient Against Cybergrooming
合作研究:SaTC:核心:中:使用智能会话代理使青少年能够抵御网络诱骗
  • 批准号:
    2330940
  • 财政年份:
    2024
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant
Collaborative Research: SaTC: CORE: Medium: Using Intelligent Conversational Agents to Empower Adolescents to be Resilient Against Cybergrooming
合作研究:SaTC:核心:中:使用智能会话代理使青少年能够抵御网络诱骗
  • 批准号:
    2330941
  • 财政年份:
    2024
  • 资助金额:
    $ 108万
  • 项目类别:
    Continuing Grant
Collaborative Research: NeTS: Medium: EdgeRIC: Empowering Real-time Intelligent Control and Optimization for NextG Cellular Radio Access Networks
合作研究:NeTS:媒介:EdgeRIC:为下一代蜂窝无线接入网络提供实时智能控制和优化
  • 批准号:
    2312978
  • 财政年份:
    2023
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
Collaborative Research: NeTS: Medium: An Integrated Multi-Time Scale Approach to High-Performance, Intelligent, and Secure O-RAN based NextG
合作研究:NeTS:Medium:基于 NextG 的高性能、智能和安全 O-RAN 的集成多时间尺度方法
  • 批准号:
    2312447
  • 财政年份:
    2023
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
Collaborative Research: NeTS: Medium: An Integrated Multi-Time Scale Approach to High-Performance, Intelligent, and Secure O-RAN based NextG
合作研究:NeTS:Medium:基于 NextG 的高性能、智能和安全 O-RAN 的集成多时间尺度方法
  • 批准号:
    2312448
  • 财政年份:
    2023
  • 资助金额:
    $ 108万
  • 项目类别:
    Standard Grant
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了