Accelerator and F# (IV.): Composing computations with quotations

added by tomasp
1/11/2010 7:32:22 PM

119 Views

In this article series we're talking about the Accelerator project, which can be used from F# to write code that runs in parallel on GPU or multi-core CPU. In this article, we'll look at building complex data-parallel programs with F# quotations, we'll implement blur filter and we'll also discuss architecture and performance.


0 comments