<?xml version="1.0" encoding="UTF-8"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-08-11T08:34:49Z</responseDate>
  <request identifier="1769" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:1769</identifier>
        <datestamp>2024-03-06T10:33:05Z</datestamp>
        <setSpec>ddc:004</setSpec>
        <setSpec>open_access</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Harnessing the Multicores: Nested Data Parallelism in Haskell</dc:title>
          <dc:creator>Peyton Jones, Simon</dc:creator>
          <dc:creator>Leshchinskiy, Roman</dc:creator>
          <dc:creator>Keller, Gabriele</dc:creator>
          <dc:creator>Chakravarty, Manuel M T</dc:creator>
          <dc:subject>Nested data parallelism</dc:subject>
          <dc:subject>Vectorisation</dc:subject>
          <dc:subject>Haskell</dc:subject>
          <dc:subject>Program transformation</dc:subject>
          <dc:description>If you want to program a parallel computer, a purely functional&#13;
language like Haskell is a promising starting point.  Since the&#13;
language is pure, it is by-default safe for parallel evaluation,&#13;
whereas imperative languages are by-default unsafe.  But that doesn\'t&#13;
make it easy!  Indeed it has proved quite difficult to get robust,&#13;
scalable performance increases through parallel functional&#13;
programming, especially as the number of processors increases.&#13;
&#13;
A particularly promising and well-studied approach to employing large&#13;
numbers of processors is data parallelism.  Blelloch\'s&#13;
pioneering work on NESL showed that it was possible to combine a&#13;
rather flexible programming model (nested data parallelism) with a&#13;
fast, scalable execution model (flat data parallelism).  In this paper&#13;
we describe Data Parallel Haskell, which embodies nested data&#13;
parallelism in a modern, general-purpose language, implemented in a&#13;
state-of-the-art compiler, GHC.  We focus particularly on the&#13;
vectorisation transformation, which transforms nested to flat data&#13;
parallelism.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Simon Peyton Jones and Roman Leshchinskiy and Gabriele Keller and Manuel M T Chakravarty</dc:contributor>
          <dc:date>2008</dc:date>
          <dc:relation>Is Part Of LIPIcs, Volume 2, IARCS Annual Conference on Foundations of Software Technology and Theoretical Computer Science (2008)</dc:relation>
          <dc:type>InProceedings</dc:type>
          <dc:type>Text</dc:type>
          <dc:type>doc-type:ResearchArticle</dc:type>
          <dc:type>publishedVersion</dc:type>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>doi:10.4230/LIPIcs.FSTTCS.2008.1769</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-17697</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.FSTTCS.2008.1769</dc:identifier>
          <dc:language>eng</dc:language>
          <dc:rights>https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
