咨询与建议

限定检索结果

文献类型

  • 544 篇 会议
  • 2 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 365 篇 工学
    • 326 篇 计算机科学与技术...
    • 275 篇 软件工程
    • 65 篇 电气工程
    • 30 篇 电子科学与技术(可...
    • 18 篇 信息与通信工程
    • 8 篇 控制科学与工程
    • 5 篇 建筑学
    • 5 篇 土木工程
    • 4 篇 仪器科学与技术
    • 4 篇 化学工程与技术
    • 3 篇 力学(可授工学、理...
    • 3 篇 光学工程
    • 3 篇 材料科学与工程(可...
    • 3 篇 动力工程及工程热...
    • 2 篇 测绘科学与技术
    • 2 篇 航空宇航科学与技...
    • 2 篇 生物医学工程(可授...
    • 2 篇 生物工程
  • 64 篇 理学
    • 54 篇 数学
    • 8 篇 系统科学
    • 7 篇 物理学
    • 5 篇 统计学(可授理学、...
    • 4 篇 化学
    • 2 篇 地质学
    • 2 篇 生物学
  • 20 篇 管理学
    • 18 篇 管理科学与工程(可...
    • 7 篇 工商管理
    • 3 篇 图书情报与档案管...
  • 3 篇 法学
    • 3 篇 社会学
  • 1 篇 教育学
    • 1 篇 教育学
  • 1 篇 医学

主题

  • 127 篇 optimization
  • 49 篇 hardware
  • 45 篇 runtime
  • 36 篇 program processo...
  • 31 篇 computer archite...
  • 31 篇 optimizing compi...
  • 30 篇 code generation
  • 27 篇 registers
  • 22 篇 parallel process...
  • 22 篇 benchmark testin...
  • 21 篇 java
  • 20 篇 computer science
  • 19 篇 design optimizat...
  • 18 篇 microarchitectur...
  • 17 篇 libraries
  • 17 篇 semantics
  • 17 篇 kernel
  • 16 篇 instruments
  • 16 篇 optimization met...
  • 15 篇 graphics process...

机构

  • 9 篇 univ edinburgh e...
  • 9 篇 google
  • 5 篇 univ illinois ur...
  • 5 篇 northwestern uni...
  • 5 篇 intel corp santa...
  • 5 篇 google inc.
  • 5 篇 carnegie mellon ...
  • 4 篇 univ michigan an...
  • 4 篇 swiss fed inst t...
  • 4 篇 penn state univ ...
  • 4 篇 intel corporatio...
  • 3 篇 inria
  • 3 篇 university of vi...
  • 3 篇 north carolina s...
  • 3 篇 harvard univ div...
  • 3 篇 harvard universi...
  • 3 篇 mit csail cambri...
  • 3 篇 mit comp sci & a...
  • 3 篇 shanghai jiao to...
  • 3 篇 suny stony brook...

作者

  • 8 篇 hundt robert
  • 7 篇 amarasinghe sama...
  • 6 篇 campanoni simone
  • 6 篇 leather hugh
  • 6 篇 sadayappan p.
  • 5 篇 hall mary
  • 5 篇 albert cohen
  • 4 篇 liu xu
  • 4 篇 liu jun
  • 4 篇 anon
  • 4 篇 kandemir mahmut
  • 4 篇 hazelwood kim
  • 4 篇 bruening derek
  • 4 篇 hsu wei-chung
  • 4 篇 cohen albert
  • 4 篇 xue jingling
  • 4 篇 petoumenos pavlo...
  • 4 篇 rocha rodrigo c....
  • 3 篇 pouchet louis-no...
  • 3 篇 esmaeilzadeh had...

语言

  • 531 篇 英文
  • 14 篇 其他
  • 1 篇 中文
检索条件"任意字段=Proceedings of Annual IEEE/ACM International Symposium on Code Generation and Optimization"
546 条 记 录,以下是221-230 订阅
排序:
AutoFDO: Automatic feedback-directed optimization for warehouse-scale applications
AutoFDO: Automatic feedback-directed optimization for wareho...
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Dehao Chen Tipp Moseley David Xinliang Li Google Inc.
AutoFDO is a system to simplify real-world deployment of feedback-directed optimization (FDO). The system works by sampling hardware performance monitors on production machines and using those profiles to guide optimi... 详细信息
来源: 评论
Opening polyhedral compiler's black box
Opening polyhedral compiler's black box
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Lénaïc Bagnères Oleksandr Zinenko Stéphane Huot Cédric Bastoul Inria and Univ. Paris-Saclay Orsay France
While compilers offer a fair trade-off between productivity and executable performance in single-threaded execution, their optimizations remain fragile when addressing compute-intensive code for parallel architectures... 详细信息
来源: 评论
Flexible on-stack replacement in LLVM
Flexible on-stack replacement in LLVM
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Daniele Cono D'Elia Camil Demetrescu Dept. of Computer Control and Management Engineering Sapienza University of Rome Italy
On-Stack Replacement (OSR) is a technique for dynamically transferring execution between different versions of a function at run time. OSR is typically used in virtual machines to interrupt a long-running function and... 详细信息
来源: 评论
Cheetah: Detecting false sharing efficiently and effectively
Cheetah: Detecting false sharing efficiently and effectively
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Tongping Liu Xu Liu Department of Computer Science University of Texas at San Antonio San Antonio TX USA Department of Computer Science College of William and Mary Williamsburg VA USA
False sharing is a notorious performance problem that may occur in multithreaded programs when they are running on ubiquitous multicore hardware. It can dramatically degrade the performance by up to an order of magnit... 详细信息
来源: 评论
Re-constructing high-level information for language-specific binary re-optimization
Re-constructing high-level information for language-specific...
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Toshihiko Koju Reid Copeland Motohiro Kawahito Moriyoshi Ohara IBM Research - Tokyo Japan IBM Canada Canada
In this paper, we show a binary optimizer can achieve competitive performance relative to a state-of-the-art source code compiler by re-constructing high-level information (HLI) from binaries. Recent advances in compi... 详细信息
来源: 评论
Exploiting recent SIMD architectural advances for irregular applications
Exploiting recent SIMD architectural advances for irregular ...
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Linchuan Chen Peng Jiang Gagan Agrawal The Ohio State University Columbus OH USA
A broad class of applications involve indirect or data-dependent memory accesses and are referred to as irregular applications. Recent developments in SIMD architectures - specifically, the emergence of wider SIMD lan... 详细信息
来源: 评论
A basic linear algebra compiler for structured matrices
A basic linear algebra compiler for structured matrices
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Daniele G. Spampinato Markus Püschel Department of Computer Science ETH Zurich
Many problems in science and engineering are in practice modeled and solved through matrix computations. Often, the matrices involved have structure such as symmetric or triangular, which reduces the operations count ... 详细信息
来源: 评论
StructSlim: A lightweight profiler to guide structure splitting
StructSlim: A lightweight profiler to guide structure splitt...
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Probir Roy Xu Liu Department of Computer Science College of William and Mary Williamsburg VA USA
Memory access latency continues to be a dominant bottleneck in a large class of applications on modern architectures. To optimize memory performance, it is important to utilize the locality in the memory hierarchy. St... 详细信息
来源: 评论
gpucc: An open-source GPGPU compiler
gpucc: An open-source GPGPU compiler
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Jingyue Wu Artem Belevich Eli Bendersky Mark Heffernan Chris Leary Jacques Pienaar Bjarke Roune Rob Springer Xuetian Weng Robert Hundt Google Inc. USA
Graphics Processing Units have emerged as powerful accelerators for massively parallel, numerically intensive workloads. The two dominant software models for these devices are NVIDIA's CUDA and the cross-platform ... 详细信息
来源: 评论
Have abstraction and eat performance, too: Optimized heterogeneous computing with parallel patterns
Have abstraction and eat performance, too: Optimized heterog...
收藏 引用
international symposium on code generation and optimization (CGO)
作者: Kevin J. Brown HyoukJoong Lee Tiark Romp Arvind K. Sujeeth Christopher De Sa Christopher Aberger Kunle Olukotun Stanford University USA Google USA Purdue University System West Lafayette IN US
High performance in modern computing platforms requires programs to be parallel, distributed, and run on heterogeneous hardware. However programming such architectures is extremely difficult due to the need to impleme... 详细信息
来源: 评论