Languages and Compilers for Parallel Computing
10th International Workshop, LCPC'97, Minneapolis, Minnesota, USA, August 7-9, 1997. Proceedings
Mitarbeit:Yew, Pen-Chung; Li, Zhiyuan; Chatterjee, Siddharta
Languages and Compilers for Parallel Computing
10th International Workshop, LCPC'97, Minneapolis, Minnesota, USA, August 7-9, 1997. Proceedings
Mitarbeit:Yew, Pen-Chung; Li, Zhiyuan; Chatterjee, Siddharta
- Broschiertes Buch
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
This book constitutes the thoroughly refereed post-workshop proceedings of the 10th International Workshop on Languages and Compilers for Parallel Computing, LCPC'97, held in Minneapolis, Minnesota, USA in August 1997 The book presents 28 revised full papers together with four posters; all papers were carefully selected for presentation at the workshop and went through a thorough reviewing and revision phase afterwards. The papers are organized in topical sections on data locality, program analysis, automatic parallelization, HPF extensions and compilers, synchronization and communication,…mehr
Andere Kunden interessierten sich auch für
- BanerjeeLanguages and Compilers for Parallel Computing41,99 €
- BanerjeeLanguages and Compilers for Parallel Computing41,99 €
- PingaliLanguages and Compilers for Parallel Computing41,99 €
- BanerjeeLanguages and Compilers for Parallel Computing81,99 €
- Lawrence Rauchwerger ( Ed. )Languages and Compilers for Parallel Computing39,99 €
- Siddharta Chatterjee / Jan F. Chatterjee / Larry Carter / Jeanne Ferrante / Zhyuan L. Li / David Sehr / Pen-Chung Yew (eds.)Languages and Compilers for Parallel Computing41,99 €
- SehrLanguages and Compilers for Parallel Computing81,99 €
-
-
-
This book constitutes the thoroughly refereed post-workshop proceedings of the 10th International Workshop on Languages and Compilers for Parallel Computing, LCPC'97, held in Minneapolis, Minnesota, USA in August 1997
The book presents 28 revised full papers together with four posters; all papers were carefully selected for presentation at the workshop and went through a thorough reviewing and revision phase afterwards. The papers are organized in topical sections on data locality, program analysis, automatic parallelization, HPF extensions and compilers, synchronization and communication, parallel programming models and language extensions, and instruction level parallelism.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
The book presents 28 revised full papers together with four posters; all papers were carefully selected for presentation at the workshop and went through a thorough reviewing and revision phase afterwards. The papers are organized in topical sections on data locality, program analysis, automatic parallelization, HPF extensions and compilers, synchronization and communication, parallel programming models and language extensions, and instruction level parallelism.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Produktdetails
- Produktdetails
- Lecture Notes in Computer Science 1366
- Verlag: Springer / Springer Berlin Heidelberg / Springer, Berlin
- Artikelnr. des Verlages: 10631837, 978-3-540-64472-9
- 1998.
- Seitenzahl: 448
- Erscheinungstermin: 29. April 1998
- Englisch
- Abmessung: 235mm x 155mm x 25mm
- Gewicht: 588g
- ISBN-13: 9783540644729
- ISBN-10: 3540644725
- Artikelnr.: 09245500
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
- Lecture Notes in Computer Science 1366
- Verlag: Springer / Springer Berlin Heidelberg / Springer, Berlin
- Artikelnr. des Verlages: 10631837, 978-3-540-64472-9
- 1998.
- Seitenzahl: 448
- Erscheinungstermin: 29. April 1998
- Englisch
- Abmessung: 235mm x 155mm x 25mm
- Gewicht: 588g
- ISBN-13: 9783540644729
- ISBN-10: 3540644725
- Artikelnr.: 09245500
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
Quantifying the multi-level nature of tiling interactions.- Reuse-driven tiling for data locality.- Table-lookup approach for compiling two-level data-processor mappings in HPF.- Code generation for complex subscripts in data-parallel programs.- Automatic data decomposition for message-passing machines.- Program analysis of overlap area usage in self-similar parallel programs.- Analysis and optimization of explicity parallel programs using the parallel program graph representation.- Concurrent static single assignment form and constant propagation for explicitly parallel programs.- Identifying DEF/USE information of statements that construct and traverse dynamic recursive data structures.- Program optimization for concurrent multithreaded architectures.- Interactive compilation and performance analysis with URSA MINOR.- The SPNT test: A new technology for run-time speculative parallelization of loops.- Lowering HPF procedure interface to a canonical representation.- PCRC-based HPF compilation.- Data parallel language extensions for exploiting locality in irregular problems.- Simplifying control flow in compiler-generated parallel code.- Reducing synchronization overhead for compiler-parallelized codes on software DSMs (extended abstract).- An array data flow analysis based communication optimizer.- A compiler abstraction for machine independent parallel communication generation.- The aggregate function API: It's not just for PAPERS anymore.- Definition of the F?? extension to fortran 90.- Exploiting parallelism through directives on the nano-threads programming model.- "Optimal" parallelism through integration of data and control parallelism: A case study in complete parallelization.- Java as a language for scientific parallel programming.- Experiences with loopparallelization in javar (A prototype restructuring compiler for java).- NAMD: A case study in multilingual parallel programming.- A unified software pipeline construction scheme for modulo scheduled loops.- A systematic approach to branch speculation.- Integrating automatic data alignment and array operation synthesis to optimize data parallel programs.- A compiler for the ibm scalable shared memory project machine - extended abstract.- Automatic data layout with read-only replication and memory constraints.- Static analysis of recursive data structures.
Quantifying the multi-level nature of tiling interactions.- Reuse-driven tiling for data locality.- Table-lookup approach for compiling two-level data-processor mappings in HPF.- Code generation for complex subscripts in data-parallel programs.- Automatic data decomposition for message-passing machines.- Program analysis of overlap area usage in self-similar parallel programs.- Analysis and optimization of explicity parallel programs using the parallel program graph representation.- Concurrent static single assignment form and constant propagation for explicitly parallel programs.- Identifying DEF/USE information of statements that construct and traverse dynamic recursive data structures.- Program optimization for concurrent multithreaded architectures.- Interactive compilation and performance analysis with URSA MINOR.- The SPNT test: A new technology for run-time speculative parallelization of loops.- Lowering HPF procedure interface to a canonical representation.- PCRC-based HPF compilation.- Data parallel language extensions for exploiting locality in irregular problems.- Simplifying control flow in compiler-generated parallel code.- Reducing synchronization overhead for compiler-parallelized codes on software DSMs (extended abstract).- An array data flow analysis based communication optimizer.- A compiler abstraction for machine independent parallel communication generation.- The aggregate function API: It's not just for PAPERS anymore.- Definition of the F?? extension to fortran 90.- Exploiting parallelism through directives on the nano-threads programming model.- "Optimal" parallelism through integration of data and control parallelism: A case study in complete parallelization.- Java as a language for scientific parallel programming.- Experiences with loopparallelization in javar (A prototype restructuring compiler for java).- NAMD: A case study in multilingual parallel programming.- A unified software pipeline construction scheme for modulo scheduled loops.- A systematic approach to branch speculation.- Integrating automatic data alignment and array operation synthesis to optimize data parallel programs.- A compiler for the ibm scalable shared memory project machine - extended abstract.- Automatic data layout with read-only replication and memory constraints.- Static analysis of recursive data structures.