咨询与建议

限定检索结果

文献类型

  • 9 篇 会议

馆藏范围

  • 9 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 7 篇 工学
    • 7 篇 计算机科学与技术...
    • 6 篇 软件工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 生物工程
  • 3 篇 理学
    • 2 篇 数学
    • 1 篇 物理学
    • 1 篇 生物学
    • 1 篇 系统科学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 工商管理

主题

  • 2 篇 instruction sets
  • 2 篇 locks (fasteners...
  • 2 篇 scheduling
  • 1 篇 dynamic optimiza...
  • 1 篇 hardware-softwar...
  • 1 篇 linux
  • 1 篇 dynamic binary o...
  • 1 篇 memory managemen...
  • 1 篇 cosine transform...
  • 1 篇 load modeling
  • 1 篇 tso-preserving o...
  • 1 篇 software pipelin...
  • 1 篇 optimization
  • 1 篇 formal tso memor...
  • 1 篇 total store orde...
  • 1 篇 binary optimizat...
  • 1 篇 virtual machines
  • 1 篇 bioinformatics
  • 1 篇 program compiler...
  • 1 篇 just-in-time com...

机构

  • 1 篇 low power microp...
  • 1 篇 advanced softwar...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 programming syst...
  • 1 篇 compiler lab. in...
  • 1 篇 programming syst...
  • 1 篇 institute of com...

作者

  • 8 篇 wu youfeng
  • 6 篇 wang cheng
  • 2 篇 breternitz jr. m...
  • 1 篇 borin edson
  • 1 篇 cheng wang
  • 1 篇 pickett jay
  • 1 篇 hongbo rong
  • 1 篇 rong hongbo
  • 1 篇 youfeng wu
  • 1 篇 ying victor
  • 1 篇 hyunchul park
  • 1 篇 peri ramesh
  • 1 篇 hum herbert
  • 1 篇 park hyunchul
  • 1 篇 breternitz mauri...
  • 1 篇 cintra marcelo

语言

  • 9 篇 英文
检索条件"机构=Programming Systems Lab Intel Labs"
9 条 记 录,以下是1-10 订阅
排序:
AccelDroid: Co-designed Acceleration of Android Bytecode
AccelDroid: Co-designed Acceleration of Android Bytecode
收藏 引用
11th IEEE/ACM International Symposium on Code Generation and Optimization (CGO)
作者: Wang, Cheng Wu, Youfeng Cintra, Marcelo Programming Systems Lab Microprocessor and Programming Research Intel Labs
A hardware/software co-designed processor transparently supports a ubiquitous ISA (e.g. x86) with diversified and innovative microarchitectural implementations. It leverages co-designed HW features and dynamic binary ... 详细信息
来源: 评论
Allocating rotating registers by scheduling  46
Allocating rotating registers by scheduling
收藏 引用
46th Annual IEEE/ACM International Symposium on Microarchitecture, MICRO 2013
作者: Rong, Hongbo Park, Hyunchul Wang, Cheng Wu, Youfeng Programming Systems Lab. Intel Labs. United States
A rotating alias register file is a scalable hardware support to detect memory aliases at run-time. It has been shown that it can enable instruction-level parallelism to be effectively exploited from sequential code. ... 详细信息
来源: 评论
Impacts of multiprocessor configurations on workloads in bioinformatics
Impacts of multiprocessor configurations on workloads in bio...
收藏 引用
19th International Symposium on Computer Architecture and High Performance Computing, SBAC-PAD
作者: Wu, Youfeng Breternitz Jr., Mauricio Ying, Victor Programming Systems Lab. Microprocessor Technology Labs. Intel Corporation
Bioinformatics is among the most active research areas in computer science. In this study, we investigate a suite of workloads in bioinformatics on two multiprocessor systems with different configurations, and examine... 详细信息
来源: 评论
From locks to correct and efficient transactional memory
From locks to correct and efficient transactional memory
收藏 引用
作者: Wang, Cheng Wu, Youfeng Programming Systems Lab Microprocessor and Programming Research Intel Labs 2200 Mission College Blvd. Santa Clara CA 95052 United States
Transactional memory addresses a number of important issues in lock-based parallel programs. Unfortunately, the semantics of transactions are different from those of critical sections defined by locks. The semantic di... 详细信息
来源: 评论
From lock to correct and efficient software transactional memory
From lock to correct and efficient software transactional me...
收藏 引用
2010 Workshop on Interaction between Compilers and Computer Architecture, INTERACT-14
作者: Wang, Cheng Wu, Youfeng Programming Systems Lab. Microprocessor and Programming Research Intel Labs. 2200 Mission College Blvd Santa Clara CA 95053 United States
Transactional memory solves many problems in lock-based parallel programs. Unfortunately, the semantics of transactions are different from those of critical sections defined by locks. The semantic differences make it ... 详细信息
来源: 评论
Modeling and performance evaluation of TSO-preserving binary optimization
Modeling and performance evaluation of TSO-preserving binary...
收藏 引用
20th International Conference on Parallel Architectures and Compilation Techniques, PACT 2011
作者: Wang, Cheng Wu, Youfeng Programming Systems Lab. Microprocessor and Programming Research Intel Labs. 2200 Mission College Blvd. Santa Clara CA 95052 United States
Program optimization on multi-core systems must preserve the program memory consistency. This paper studies TSO-preserving binary optimization. We introduce a novel approach to formally model TSO-preserving binary opt... 详细信息
来源: 评论
Just-In-Time Software Pipelining  14
Just-In-Time Software Pipelining
收藏 引用
Proceedings of Annual IEEE/ACM International Symposium on Code Generation and Optimization
作者: Hongbo Rong Hyunchul Park Youfeng Wu Cheng Wang Programming Systems Lab Intel Labs
Software pipelining exploits instruction-level parallelism from loops. In static compilers, it has been one of the most efficient optimizations for wide-issue architectures. However, the compilation time is at least O... 详细信息
来源: 评论
LAR-CC: Large atomic regions with conditional commits
LAR-CC: Large atomic regions with conditional commits
收藏 引用
作者: Borin, Edson Wu, Youfeng Breternitz, Mauricio Wang, Cheng Institute of Computing University of Campinas Brazil Programming Systems Lab. Intel Labs. United Kingdom Advanced Software and Analytics Technology Group - AMD United Kingdom
HW/SW Co-designed systems rely on dynamic binary translation and optimizations for efficient execution of binary code. Due to memory ordering properties and other architectural constraints, most binary optimizations a... 详细信息
来源: 评论
Enhanced code density of embedded CISC processors with Echo technology  05
Enhanced code density of embedded CISC processors with Echo ...
收藏 引用
3rd IEEE/ACM/IFIP International Conference on Hardware/Software Codesign and systems Synthesis CODES+ISSS 2005
作者: Wu, Youfeng Breternitz Jr., Mauricio Hum, Herbert Peri, Ramesh Pickett, Jay Programming Systems Lab. Intel Labs. 2200 Mission College Blvd Santa Clara CA 95054 United States Low Power Microprocessor Lab. Intel Labs. 2200 Mission College Blvd Santa Clara CA 95054 United States Compiler Lab. Intel Labs. 2200 Mission College Blvd Santa Clara CA 95054 United States
Code density is an important issue in memory constrained systems. Some RISC processor, e.g. the THUMB extension in the ARM processor, supports aggressive code size reduction even at the cost of significant performance... 详细信息
来源: 评论