您的位置: 专家智库 > >

国家教育部博士点基金(20114307110001)

作品数:5 被引量:6H指数:1
相关作者:邢座程张民选蒋江魏少军黎渊更多>>
相关机构:国防科学技术大学上海交通大学清华大学更多>>
发文基金:国家教育部博士点基金国家自然科学基金国家科技重大专项更多>>
相关领域:自动化与计算机技术电子电信更多>>

文献类型

  • 10篇会议论文
  • 5篇期刊文章

领域

  • 11篇自动化与计算...
  • 9篇电子电信
  • 1篇冶金工程
  • 1篇语言文字

主题

  • 6篇处理器
  • 2篇图形处理器
  • 2篇微处理器
  • 2篇架构
  • 2篇GPGPU
  • 1篇单电子晶体管
  • 1篇低密度奇偶校...
  • 1篇低密度奇偶校...
  • 1篇多核
  • 1篇多核处理
  • 1篇多核处理器
  • 1篇页表
  • 1篇移植性
  • 1篇译码
  • 1篇译码器
  • 1篇异构
  • 1篇应用程序
  • 1篇优化技术
  • 1篇指令集
  • 1篇指令集模拟器

机构

  • 13篇国防科学技术...
  • 1篇清华大学
  • 1篇上海交通大学

作者

  • 11篇邢座程
  • 3篇张洋
  • 2篇原略超
  • 2篇唐川
  • 1篇徐长明
  • 1篇赵天磊
  • 1篇黎渊
  • 1篇隋兵才
  • 1篇魏少军
  • 1篇赵振宇
  • 1篇张科勋
  • 1篇蒋江
  • 1篇王庆林
  • 1篇唐遇星
  • 1篇陈小保
  • 1篇李少青
  • 1篇张民选
  • 1篇李振涛
  • 1篇孙秀秀
  • 1篇欧阳海燕

传媒

  • 5篇第十七届计算...
  • 1篇上海交通大学...
  • 1篇国防科技大学...
  • 1篇Journa...
  • 1篇中国科技论文
  • 1篇Fronti...

年份

  • 1篇2018
  • 9篇2013
  • 5篇2012
5 条 记 录,以下是 1-10
排序方式:
并行前缀加法器设计比较
提出一种64位加法器的结构.二进制数加法是微处理器最基本的和常用到的操作.加法器的设计实现直接影响着微处理器的性能.并行前缀加法器是加快二进制数加法的通用技术,这种方法执行组间位是否产生和传播进位的逻辑功能.拟用的64位...
张艳邢座程
关键词:加法器二进制微处理器
基于GPGPU的LDPC解码访存优化技术
2013年
低密度奇偶校验码(low-density parity-check,LDPC)作为一类高性能的差错控制编码被用于多个通信标准中,但解码算法计算量巨大,限制了其潜能,基于通用图形处理器(general-purpose GPU,GPGPU)的LDPC解码器由于其灵活性,近年来备受关注。深入分析了LDPC解码算法特性,提出Tanner图的交织器表示,简化了解码算法;结合GPU体系结构特点提出自顶向下的多步优化策略,充分挖掘了GPU的加速性能。实验结果显示,平衡计算访存负载、合并对齐全局访存、充分利用寄存器资源,可显著提高GPU性能;相对于CPU实现,可取得383倍的加速,综合性能优于现有的基于GPU的LDPC解码实现。
原略超张洋唐川邢座程
关键词:和积算法通用图形处理器
基于LBIST与JTAG结合的流水线测试结构设计
随着集成电路设计技术的持续迅速发展,芯片的工作频率已提高到GHz级,微处理器的性能也已达到更高的层次。运算部件是高性能微处理器的核心部件之一,如何保障运算部件的功能和性能达到预期要求,已经成为一个相当重要的课题。然而,传...
欧阳海燕徐长明李少青邢座程盛叶鹏
关键词:JTAG
文献传递
MB64Sim:一款面向MB64体系结构的指令集模拟器
本文以同构通用流多核体系结构处理器的单个RISC核心MB64为目标体系结构,设计实现了面向MB64的指令集模拟器MB64Sim。MB64Sim针对MB64体系结构实现了分支延迟槽和ELF文件格式等特性。实验结果显示,该模...
唐川赵天磊唐遇星邢座程
关键词:模拟器SIMPLESCALAR
文献传递
CWLP:coordinated warp scheduling and locality-protected cache allocation on GPUs被引量:1
2018年
As we approach the exascale era in supercomputing, designing a balanced computer system with a powerful computing ability and low power requirements has becoming increasingly important. The graphics processing unit(GPU) is an accelerator used widely in most of recent supercomputers. It adopts a large number of threads to hide a long latency with a high energy efficiency. In contrast to their powerful computing ability, GPUs have only a few megabytes of fast on-chip memory storage per streaming multiprocessor(SM). The GPU cache is inefficient due to a mismatch between the throughput-oriented execution model and cache hierarchy design. At the same time, current GPUs fail to handle burst-mode long-access latency due to GPU's poor warp scheduling method.Thus, benefits of GPU's high computing ability are reduced dramatically by the poor cache management and warp scheduling methods, which limit the system performance and energy efficiency. In this paper, we put forward a coordinated warp scheduling and locality-protected(CWLP) cache allocation scheme to make full use of data locality and hide latency. We first present a locality-protected cache allocation method based on the instruction program counter(LPC) to promote cache performance. Specifically, we use a PC-based locality detector to collect the reuse information of each cache line and employ a prioritised cache allocation unit(PCAU) which coordinates the data reuse information with the time-stamp information to evict the lines with the least reuse possibility. Moreover, the locality information is used by the warp scheduler to create an intelligent warp reordering scheme to capture locality and hide latency. Simulation results show that CWLP provides a speedup up to 19.8% and an average improvement of 8.8% over the baseline methods.
Yang ZHANGZuo-cheng XINGCang LIUChuan TANG
关键词:LOCALITY
基于GPU的Turbo译码实现技术的研究
的Turbo译码器是通过采用FPGA、ASIC等逻辑器件来进行实现,代价高昂,开发需要的周期较长。利用GPU进行Turbo译码的实现不仅能使译码过程具有可编程性和重复性,利用轻量级的多核可以实现大幅度的并行,而且有利于降...
张洋原略超马虓
关键词:并行级联卷积码译码器图形处理器并行处理能力
GPGPU应用程序特征分析
多核处理器实现容易,原理简单,但是根据著名的Amdahl定律,当同类型的CPU内核个数增大到4~8个的时候,系统性能将受限于程序中必须串行的部分.片上异构多核处理器是一种新的发展趋势,对于CPU-GPU异构多核处理器来说...
马虓王庆林张洋邢座程
关键词:多核处理器共享资源应用程序
有用时钟偏差技术的优化与实现
有用时钟偏差技术可以有效提高系统性能,并广泛应用在高性能芯片中。目前EDA工具已集成了有用偏差优化技术,但EDA工具自动的有用时钟偏差存在一些不足:有用时钟偏差利用不充分;有用时钟偏差的借用容易引起保持时间时序的大量违例...
孙秀秀赵振宇邢座程夏婷婷韩雨
文献传递
基于模拟退火算法的浮点转定点自动位宽优化工具被引量:4
2013年
开发了一套浮点转定点自动位宽优化软件系统(SATRANS),能够将用户输入的描述目标系统的浮点程序自动转换为位宽可配置的定点程序,并基于模拟退火算法进行自动位宽搜索,以得到满足精度要求的操作数定点位宽组合.同时,以IIR数字滤波器为例对SATRANS进行了实现与验证.结果表明,SATRANS的搜索结果优于传统贪心算法的搜索结果,并能够获得一系列满足精度要求的解,从而使得芯片设计人员能够在精度与复杂度等要素之间加以权衡,并选择一组最合适的位宽组合而用于芯片设计中.选择搜索结果中的面积最优解来配置IIR系统并在XilinxVirtex-6FPGA芯片中实现,相对于IEEE浮点单/双精度系统,其性能分别提高了12.4%和62.8%,面积的降幅分别为93.9%和97.9%.
黎渊蒋江张民选魏少军
关键词:模拟退火算法数字滤波器
Impacts of NBTI/PBTI on power gated SRAM
2013年
A signal probability and activity probability (SPAP) model was proposed firstly, to estimate the impacts of the negative bias temperature instability (NBTI) and positive bias temperature instability (PBTI) on power gated static random access memory (SRAM). The experiment results show that PBTI has significant influence on the read and write operations of SRAM with power gating, and it deteriorates the NBTI effects and results in a up to 39.38% static noise margin reduction and a 35.7% write margin degradation together with NBTI after 106 s working time. Then, a circuit level simulation was used to verify the assumption of the SPAP model, and finally the statistic data of CPU2000 benchmarks show that the proposed model has a reduction of 3.85% for estimation of the SNM degradation after 106 s working time compared with previous work.
黄平邢座程
共2页<12>
聚类工具0