Sciweavers

16 search results - page 1 / 4
» Harnessing the Multicores: Nested Data Parallelism in Haskel...
Sort
View
POPL
2007
ACM
14 years 5 months ago
Data parallel Haskell: a status report
We describe the design and current status of our effort to implement the programming model of nested data parallelism into the Glasgow Haskell Compiler. We extended the original p...
Manuel M. T. Chakravarty, Roman Leshchinskiy, Simo...
AFP
2008
Springer
236views Formal Methods» more  AFP 2008»
13 years 11 months ago
A Tutorial on Parallel and Concurrent Programming in Haskell
This practical tutorial introduces the features available in Haskell for writing parallel and concurrent programs. We first describe how to write semi-explicit parallel programs b...
Simon L. Peyton Jones, Satnam Singh
EUROPAR
2001
Springer
13 years 9 months ago
Nepal - Nested Data Parallelism in Haskell
Ì × Ô Ô Ö × Ù×× × Ò ÜØ Ò× ÓÒ Ó À × ÐÐ Ý ×ÙÔÔÓÖØ ÓÖ Ò ×Ø Ø ¹Ô Ö ÐÐ Ð ÔÖÓ Ö ÑÑ Ò Ò Ø ×ØÝÐ Ó Ø ×Ô Ð¹ ÔÙÖÔÓ× Ð Ò...
Manuel M. T. Chakravarty, Gabriele Keller, Roman L...
POPL
2009
ACM
13 years 11 months ago
Low-pain, high-gain multicore programming in Haskell: coordinating irregular symbolic computations on multicore architectures
With the emergence of commodity multicore architectures, exploiting tightly-coupled parallelism has become increasingly important. Functional programming languages, such as Haskel...
Abdallah Al Zain, Kevin Hammond, Jost Berthold, Ph...