期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
RAMCI:a novel asynchronous memory copying mechanism based on I/OAT
1
作者 Zhenke Chen Dingding Li +2 位作者 Zhiwen Wang Hai Liu Yong Tang 《CCF Transactions on High Performance Computing》 2021年第2期129-143,共15页
Memory copying is one of the most common operations in modern software.Usually,the operation reflects a synchronous(sync)CPU procedure of memory copying,incurring overheads such as cache pollution and CPU stalling,esp... Memory copying is one of the most common operations in modern software.Usually,the operation reflects a synchronous(sync)CPU procedure of memory copying,incurring overheads such as cache pollution and CPU stalling,especially in the scenario of bulk copying with large data.To improve this issue,some works based on I/OAT,which is a dedicated and popular hardware copying engine on Intel platform,is proposed but still exists several problems:(1)lacking atomic allocation/revocation at the granularity of I/OAT channel;(2)deficiency of interrupt support and(3)complicated programming interfaces.We propose RAMCI,an asynchronous(async)memory copying mechanism based on Intel I/OAT engine,not only improves the sync overheads,but also overcomes the above three issues through(1)a lock mechanism by using lowlevel CAS instruction;(2)a lightweight interrupt mechanism for the completion of memory copying,instead of using the polling pattern which consuming large CPU resource and(3)a group of well-defined and abstract interfaces,allowing the programmers to utilize the underlying free I/OAT channels transparently.To support the interfaces,a novel scheduler of the I/OAT channels is introduced.It splits the source copying data into several pieces,and each of them can be allocated with a dedicated I/OAT channel intelligently to transfer the data with parallelism.We evaluate RAMCI and compare it with other memory copying mechanisms in four NUMA scenarios.The experimental results show that RAMCI improves memory copying performance up to 4.68×while achieving almost full ability of parallel computing. 展开更多
关键词 NUMA memory copying CPU I/OAT
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部