January 2009
5 posts
3 tags
The slides of the invited talks about multicore... →
John Reppy talked about The Manticore Project and Ulf Wiger talked about Erlang Programming for Multi-core.
2 tags
Some nice code examples showing how to use type... →
They are inspired by code from the MTL and from parser combinators.
3 tags
Enforcing a relation between independent type... →
The question of how to ensure that one type family is the inverse of another comes up once in a while. Here some concrete code.
1 tag
Workshop on Exploiting Parallelism using GPUs and... →
Check out the CFP! EPHAM09 is co-located with 2009 International Symposium on Code Generation and Optimization (CGO) in Seattle, Washington.
3 tags
GPU Kernels as Data-Parallel Array Computations in... →
This paper provides a brief overview of our approach to GPU programming with Haskell by embedding GPU kernels with a domain-specific language of data-parallel array computations in Haskell code. The paper also presents some preliminary benchmarks.