咨询与建议

限定检索结果

文献类型

  • 9 篇 会议
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 8 篇 工学
    • 8 篇 计算机科学与技术...
    • 7 篇 软件工程

主题

  • 4 篇 program compiler...
  • 3 篇 parallel program...
  • 1 篇 mesh refinement
  • 1 篇 parallelization
  • 1 篇 amorphous data-p...
  • 1 篇 compilers (compu...
  • 1 篇 computer communi...
  • 1 篇 sparse graph alg...
  • 1 篇 models and princ...
  • 1 篇 garbage collecto...
  • 1 篇 compactor
  • 1 篇 programming tech...
  • 1 篇 optimistic execu...
  • 1 篇 multicore proces...
  • 1 篇 parallel process...
  • 1 篇 programming lang...
  • 1 篇 data structures
  • 1 篇 artificial intel...
  • 1 篇 congresses.

机构

  • 1 篇 univ texas san a...
  • 1 篇 intel china res ...
  • 1 篇 univ illinois de...
  • 1 篇 ibm corp program...
  • 1 篇 department of co...
  • 1 篇 univ versailles ...
  • 1 篇 univ illinois ct...
  • 1 篇 texas state univ...
  • 1 篇 univ illinois de...
  • 1 篇 univ illinois ct...
  • 1 篇 univ texas austi...
  • 1 篇 university of al...
  • 1 篇 univ texas austi...
  • 1 篇 univ calif irvin...

作者

  • 2 篇 josé nelson amar...
  • 1 篇 burger doug
  • 1 篇 mckinley kathryn...
  • 1 篇 yi qing
  • 1 篇 hwu wen-mei w.
  • 1 篇 khan minhaj ahma...
  • 1 篇 wilmarth terry
  • 1 篇 charles h. -p.
  • 1 篇 pingali keshav
  • 1 篇 coons katherine
  • 1 篇 prountzos dimitr...
  • 1 篇 chakravorty saya...
  • 1 篇 robatmili behnam
  • 1 篇 wang ligang
  • 1 篇 stone sam s.
  • 1 篇 kale laxmikant
  • 1 篇 becker aaron
  • 1 篇 qasem apan
  • 1 篇 wu peng
  • 1 篇 li xiao-feng

语言

  • 10 篇 英文
  • 1 篇 中文
检索条件"任意字段=21st International Workshop on Languages and Compilers for Parallel Computing, LCPC 2008"
11 条 记 录,以下是1-10 订阅
排序:
languages and compilers for parallel computing - 21st international workshop, lcpc 2008, Revised Selected Papers
Languages and Compilers for Parallel Computing - 21st Intern...
收藏 引用
21st international workshop on languages and compilers for parallel computing, lcpc 2008
The proceedings contain 24 papers. The topics discussed include: CUDA-lite: reducing GPU programming complexity;MCUDA: an efficient implementation of CUDA kernels for multi-core CPUs;on the scalability of an automatic...
来源: 评论
languages and compilers for parallel computing  1
收藏 引用
丛书名: Lecture Notes in Computer Science
1000年
作者: José Nelson Amaral
In 2008 the workshop on languages and compilers for parallel computing left the USA to celebrate its 21st anninversary in Edmonton, Alberta, Canada. Following its long-established tradition, the workshop focused on to... 详细信息
来源: 评论
languages and compilers for parallel computing  2008
收藏 引用
丛书名: Lecture Notes in Computer Science
2008年
作者: José Nelson Amaral
来源: 评论
Exploring the Optimization Space of Dense Linear Algebra Kernels
Exploring the Optimization Space of Dense Linear Algebra Ker...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: Yi, Qing Qasem, Apan Univ Texas San Antonio San Antonio TX 78249 USA Texas State Univ Tyler TX USA
Dense linear algebra kernels such as matrix multiplication have been used as benchmarks to evaluate the effectiveness of many automated compiler optimizations. However, few studies have looked at collectively applying... 详细信息
来源: 评论
Register Bank Assignment for Spatially Partitioned Processors
Register Bank Assignment for Spatially Partitioned Processor...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: Robatmili, Behnam Coons, Katherine Burger, Doug McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Demand for instruction level parallelism calls for increasing register bandwidth without increasing the number of register ports. Emerging architectures address this need by partitioning registers into multiple distri... 详细信息
来源: 评论
Compiler-Driven Dependence Profiling to Guide Program parallelization
Compiler-Driven Dependence Profiling to Guide Program Parall...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: Wu, Peng Kejariwal, Arun Cascaval, Calin IBM Corp Programming Models & Tools Scalable Syst TJ Watson Res Ctr Yorktown Hts NY 10598 USA Univ Calif Irvine Ctr Embedded Comp Syst Irvine CA 92697 USA
As hardware systems move toward multicore and multi-threaded architectures, programmers increasingly rely on automated tools to help with both the parallelization of legacy codes and effective exploitation of all avai... 详细信息
来源: 评论
MCUDA: An Efficient Implementation of CUDA Kernels for Multi-core CPUs
MCUDA: An Efficient Implementation of CUDA Kernels for Multi...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: stratton, John A. stone, Sam S. Hwu, Wen-mei W. Univ Illinois Ctr Reliable & High Performance Comp Urbana IL 61801 USA Univ Illinois Dept Elect & Comp Engn Urbana IL 61801 USA
CUDA is a data parallel programming model that supports several key abstractions - thread blocks, hierarchical memory and barrier synchronization - for writing applications. This model has proven effective in programm... 详细信息
来源: 评论
An effective automated approach to specialization of code
An effective automated approach to specialization of code
收藏 引用
20th international workshop on languages and compilers for parallel computing
作者: Khan, Minhaj Ahmad Charles, H. -P. Barthou, D. Univ Versailles St Quentin Yvelines Versailles France
Application performance is heavily dependent on the compiler optimizations. Modern compilers rely largely on the information made available to them at the time of compilation. In this regard, specializing the code acc... 详细信息
来源: 评论
A Case study in Tightly Coupled Multi-paradigm parallel Programming
A Case Study in Tightly Coupled Multi-paradigm Parallel Prog...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: Chakravorty, Sayantan Becker, Aaron Wilmarth, Terry Kale, Laxmikant Univ Illinois Dept Comp Sci 1304 W Springfield Ave Urbana IL 61801 USA Univ Illinois Ctr Simulat adv Rocket 1304 W Springfield Ave Urbana IL 61801 USA
Programming paradigms are designed to express algorithms elegantly and efficiently. There are many parallel programming paradigms, each suited to a certain class of problems. Selecting the best parallel programming pa... 详细信息
来源: 评论
On the Scalability of an Automatically parallelized Irregular Application
On the Scalability of an Automatically Parallelized Irregula...
收藏 引用
21st international workshop on languages and compilers for parallel computing
作者: Burtscher, Martin Kulkarni, Milind Prountzos, Dimitrios Pingali, Keshav Univ Texas Austin Ctr Grid & Distributed Comp Inst Computat Engn & Sci Austin TX 78712 USA
Irregular applications, i.e., programs that manipulate pointer-based data structures such as graphs and trees, constitute a challenging target for parallelization because the amount of parallelism is input dependent a... 详细信息
来源: 评论