首页 > 最新文献

Histoire & mesure最新文献

英文 中文
AutoPilot: message passing parallel programming for a cache incoherent embedded manycore processor 自动驾驶:消息传递并行编程的缓存非相干嵌入式多核处理器
Pub Date : 2013-06-24 DOI: 10.1145/2489068.2491624
B. Kelly, W. B. Gardner, S. Kyo
The Renesas Electronics IMAPCAR2 embedded realtime image processor combines a single core with a 128-way SIMD array. At runtime, sections of the SIMD array can be reconfigured as additional CPU cores, interconnected via a message ring. Effective use is made difficult by the low-level message passing API and lack of cache coherency between processors. The AutoPilot library addresses this by providing a high-level message-oriented parallel programming model mirroring that of Pilot, itself a wrapper around the Message Passing Interface (MPI) for cluster computing. AutoPilot shows that Pilot's processes-and-channels architecture is a viable choice for parallel programming on cache-incoherent multicore and manycore architectures. It provides a simpler API for programmers, with built-in safety checks that eliminate some common sources of errors. Since the IMAPCAR2 is targeted chiefly at automotive applications, open source AutoPilot has a large degree of MISRA-C compliance.
瑞萨电子IMAPCAR2嵌入式实时图像处理器将单核与128路SIMD阵列相结合。在运行时,可以将SIMD数组的部分重新配置为额外的CPU内核,并通过消息环相互连接。由于低级消息传递API和处理器之间缺乏缓存一致性,使得有效使用变得困难。AutoPilot库通过提供与Pilot镜像的高级面向消息的并行编程模型来解决这个问题,该模型本身是用于集群计算的消息传递接口(MPI)的包装器。AutoPilot表明Pilot的进程和通道架构是在缓存不一致的多核和多核架构上并行编程的可行选择。它为程序员提供了一个更简单的API,内置的安全检查可以消除一些常见的错误来源。由于IMAPCAR2主要针对汽车应用,因此开源AutoPilot在很大程度上符合MISRA-C标准。
{"title":"AutoPilot: message passing parallel programming for a cache incoherent embedded manycore processor","authors":"B. Kelly, W. B. Gardner, S. Kyo","doi":"10.1145/2489068.2491624","DOIUrl":"https://doi.org/10.1145/2489068.2491624","url":null,"abstract":"The Renesas Electronics IMAPCAR2 embedded realtime image processor combines a single core with a 128-way SIMD array. At runtime, sections of the SIMD array can be reconfigured as additional CPU cores, interconnected via a message ring. Effective use is made difficult by the low-level message passing API and lack of cache coherency between processors. The AutoPilot library addresses this by providing a high-level message-oriented parallel programming model mirroring that of Pilot, itself a wrapper around the Message Passing Interface (MPI) for cluster computing. AutoPilot shows that Pilot's processes-and-channels architecture is a viable choice for parallel programming on cache-incoherent multicore and manycore architectures. It provides a simpler API for programmers, with built-in safety checks that eliminate some common sources of errors. Since the IMAPCAR2 is targeted chiefly at automotive applications, open source AutoPilot has a large degree of MISRA-C compliance.","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"24 1","pages":"62-65"},"PeriodicalIF":0.0,"publicationDate":"2013-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78812571","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Design of high-throughput Inter-PE communication with application-level flow control protocol for many-core architectures 基于应用层流控制协议的多核架构高吞吐量pe间通信设计
Pub Date : 2013-06-24 DOI: 10.1145/2489068.2489074
Jyu-Yuan Lai, Ting-Shuo Hsu, Po-Yu Chen, Chih-Tsun Huang, Yu-Hsun Chen, J. Liou
With current trend of increasing the number processing elements (PEs) on a single chip, on-chip network provides a fast and reliable interconnect technology for highly parallel applications. Yet, the end-to-end data throughput at software layer on a NoC (Network-on-Chip) platform often cannot match the hardware native speed without an efficient hardware/software interface. In this paper, we present a high-throughput PE-to-PE communication unit with a corresponding driver layer on NoC-based many-core architectures. The proposed communication unit with application-level flow control can handle complicated inter-PE communication for practical parallel applications. The maximum throughput of a unidirectional transmission with flow control protocol at application-level is 2687.3 Mbps (normalized at operating frequency of 100MHz), where the native NoC speed is 3200 Mbps. As a comparison, a software-based protocol is only rated at 148.5 Mbps. The communication unit is also area-efficient at only 19.2K gates, which is roughly 3.2% of a single in-order RISC-based PE.
随着单片处理单元数量不断增加的趋势,片上网络为高度并行的应用提供了一种快速、可靠的互连技术。然而,如果没有有效的硬件/软件接口,NoC(片上网络)平台上软件层的端到端数据吞吐量通常无法与硬件原生速度相匹配。在本文中,我们提出了一种高吞吐量pe - pe通信单元,并在基于pc的多核架构上具有相应的驱动层。所提出的具有应用层流控制的通信单元可以处理实际并行应用中复杂的pe间通信。应用级流量控制协议的单向传输的最大吞吐量为2687.3 Mbps(在100MHz工作频率下归一化),其中本地NoC速度为3200 Mbps。相比之下,基于软件的协议的额定速率只有148.5 Mbps。通信单元的面积效率也很低,只有19.2万个门,大约是基于risc的单个顺序PE的3.2%。
{"title":"Design of high-throughput Inter-PE communication with application-level flow control protocol for many-core architectures","authors":"Jyu-Yuan Lai, Ting-Shuo Hsu, Po-Yu Chen, Chih-Tsun Huang, Yu-Hsun Chen, J. Liou","doi":"10.1145/2489068.2489074","DOIUrl":"https://doi.org/10.1145/2489068.2489074","url":null,"abstract":"With current trend of increasing the number processing elements (PEs) on a single chip, on-chip network provides a fast and reliable interconnect technology for highly parallel applications. Yet, the end-to-end data throughput at software layer on a NoC (Network-on-Chip) platform often cannot match the hardware native speed without an efficient hardware/software interface. In this paper, we present a high-throughput PE-to-PE communication unit with a corresponding driver layer on NoC-based many-core architectures. The proposed communication unit with application-level flow control can handle complicated inter-PE communication for practical parallel applications. The maximum throughput of a unidirectional transmission with flow control protocol at application-level is 2687.3 Mbps (normalized at operating frequency of 100MHz), where the native NoC speed is 3200 Mbps. As a comparison, a software-based protocol is only rated at 148.5 Mbps. The communication unit is also area-efficient at only 19.2K gates, which is roughly 3.2% of a single in-order RISC-based PE.","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"40 1","pages":"41-44"},"PeriodicalIF":0.0,"publicationDate":"2013-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81086597","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Many-core acceleration for model predictive control systems 模型预测控制系统的多核加速
Pub Date : 2013-06-24 DOI: 10.1145/2489068.2489071
Satoshi Kawakami, Akihito Iwanaga, Koji Inoue
This paper proposes a novel many-core execution strategy for real-time model predictive controls. The key idea is to exploit predicted input values, which are produced by the model predictive control itself, to speculatively solve an optimal control problem. It is well known that control applications are not suitable for multi- or many-core processors, because feedback-loop systems inherently stand on sequential operations. Since the proposed scheme does not rely on conventional thread-/data-level parallelism, it can be easily applied to such control systems. An analytical evaluation using a real application demonstrates the potential of performance improvement achieved by the proposed speculative executions.
提出了一种新的多核实时模型预测控制执行策略。其关键思想是利用模型预测控制本身产生的预测输入值来推测解决最优控制问题。众所周知,控制应用不适合多核或多核处理器,因为反馈回路系统固有地依赖于顺序操作。由于所提出的方案不依赖于传统的线程/数据级并行性,因此可以很容易地应用于此类控制系统。使用实际应用程序的分析性评估证明了通过建议的推测执行实现性能改进的潜力。
{"title":"Many-core acceleration for model predictive control systems","authors":"Satoshi Kawakami, Akihito Iwanaga, Koji Inoue","doi":"10.1145/2489068.2489071","DOIUrl":"https://doi.org/10.1145/2489068.2489071","url":null,"abstract":"This paper proposes a novel many-core execution strategy for real-time model predictive controls. The key idea is to exploit predicted input values, which are produced by the model predictive control itself, to speculatively solve an optimal control problem. It is well known that control applications are not suitable for multi- or many-core processors, because feedback-loop systems inherently stand on sequential operations. Since the proposed scheme does not rely on conventional thread-/data-level parallelism, it can be easily applied to such control systems. An analytical evaluation using a real application demonstrates the potential of performance improvement achieved by the proposed speculative executions.","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"1 1","pages":"17-24"},"PeriodicalIF":0.0,"publicationDate":"2013-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91131599","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
[Landmarks for a history of "ordinary clothing": the example of Meaux, 1590-1670]. [“普通服装”历史的里程碑:以莫为例,1590-1670]。
Pub Date : 2001-01-01
M Baulant
{"title":"[Landmarks for a history of \"ordinary clothing\": the example of Meaux, 1590-1670].","authors":"M Baulant","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"16 1-2","pages":"3-56"},"PeriodicalIF":0.0,"publicationDate":"2001-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"28613963","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[The computerized register of population, an interdisciplinary tool applied to social science: the example of Vallouise-en-Brianconnais, 14th-20th centuries]. [计算机化的人口登记,一种应用于社会科学的跨学科工具:以14 -20世纪的Vallouise-en-Brianconnais为例]。
Pub Date : 2001-01-01
M Prost, G Boetsch
{"title":"[The computerized register of population, an interdisciplinary tool applied to social science: the example of Vallouise-en-Brianconnais, 14th-20th centuries].","authors":"M Prost, G Boetsch","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"16 1-2","pages":"93-111"},"PeriodicalIF":0.0,"publicationDate":"2001-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"28613961","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[The French Revolution and the rural economy]. [法国大革命和农村经济]。
Pub Date : 1999-01-01
T J LeGoff, D M Sutherland
{"title":"[The French Revolution and the rural economy].","authors":"T J LeGoff, D M Sutherland","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"14 1-2","pages":"79-120"},"PeriodicalIF":0.0,"publicationDate":"1999-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"29546737","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[Housing price formation in 17th-century Venice]. [17世纪威尼斯的房价形成]。
Pub Date : 1999-01-01
J Chauvard
{"title":"[Housing price formation in 17th-century Venice].","authors":"J Chauvard","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"14 3-4","pages":"331-68"},"PeriodicalIF":0.0,"publicationDate":"1999-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"29546723","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[Household life cycles and the Russian labor market, 1861-1922]. [家庭生命周期和俄国劳动力市场,1861-1922]。
Pub Date : 1999-01-01
A Stanziani
{"title":"[Household life cycles and the Russian labor market, 1861-1922].","authors":"A Stanziani","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"14 1-2","pages":"121-62"},"PeriodicalIF":0.0,"publicationDate":"1999-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"29546739","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[Demographic crises in France at the end of the seventeenth century and during the eighteenth century: an attempt at estimation]. [17世纪末和18世纪法国的人口危机:一种估算的尝试]。
Pub Date : 1993-01-01
J Chevet
{"title":"[Demographic crises in France at the end of the seventeenth century and during the eighteenth century: an attempt at estimation].","authors":"J Chevet","doi":"","DOIUrl":"","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"8 1-2","pages":"117-44"},"PeriodicalIF":0.0,"publicationDate":"1993-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"22014983","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The population of England, 1539-1873: an issue of demographic homeostasis. 英格兰人口,1539-1873:人口动态平衡问题。
Pub Date : 1993-01-01 DOI: 10.3406/hism.1993.1416
H P Nusteling
{"title":"The population of England, 1539-1873: an issue of demographic homeostasis.","authors":"H P Nusteling","doi":"10.3406/hism.1993.1416","DOIUrl":"https://doi.org/10.3406/hism.1993.1416","url":null,"abstract":"","PeriodicalId":84860,"journal":{"name":"Histoire & mesure","volume":"8 1-2","pages":"59-92"},"PeriodicalIF":0.0,"publicationDate":"1993-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"22014984","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Histoire & mesure
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1