<?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-12T01:32:01Z</responseDate>
  <request identifier="7269" metadataPrefix="oai_dc" verb="GetRecord">https://drops.dagstuhl.de/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:drops-oai.dagstuhl.de:7269</identifier>
        <datestamp>2024-03-12T11:58:39Z</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>Parallelizing Julia with a Non-Invasive DSL</dc:title>
          <dc:creator>Anderson, Todd A.</dc:creator>
          <dc:creator>Liu, Hai</dc:creator>
          <dc:creator>Kuper, Lindsey</dc:creator>
          <dc:creator>Totoni, Ehsan</dc:creator>
          <dc:creator>Vitek, Jan</dc:creator>
          <dc:creator>Shpeisman, Tatiana</dc:creator>
          <dc:subject>parallelism</dc:subject>
          <dc:subject>scientific computing</dc:subject>
          <dc:subject>domain-specific languages</dc:subject>
          <dc:subject>Julia</dc:subject>
          <dc:description>Computational scientists often prototype software using productivity&#13;
languages that offer high-level programming abstractions. When higher&#13;
performance is needed, they are obliged to rewrite their code in a&#13;
lower-level efficiency language. Different solutions have been&#13;
proposed to address this trade-off between productivity and&#13;
efficiency. One promising approach is to create embedded&#13;
domain-specific languages that sacrifice generality for productivity&#13;
and performance, but practical experience with DSLs points to some&#13;
road blocks preventing widespread adoption. This paper proposes a&#13;
non-invasive domain-specific language that makes as few visible&#13;
changes to the host programming model as possible.  We present ParallelAccelerator,&#13;
a library and compiler for high-level, high-performance scientific&#13;
computing in Julia. ParallelAccelerator's programming model is aligned with existing&#13;
Julia programming idioms. Our compiler exposes the implicit&#13;
parallelism in high-level array-style programs and compiles them to&#13;
fast, parallel native code. Programs can also run in "library-only"&#13;
mode, letting users benefit from the full Julia environment and&#13;
libraries. Our results show encouraging performance improvements with very few changes to source code required. In particular, few to no additional type annotations are necessary.</dc:description>
          <dc:publisher>Schloss Dagstuhl – Leibniz-Zentrum für Informatik</dc:publisher>
          <dc:contributor>Todd A. Anderson and Hai Liu and Lindsey Kuper and Ehsan Totoni and Jan Vitek and Tatiana Shpeisman</dc:contributor>
          <dc:date>2017</dc:date>
          <dc:relation>Is Part Of LIPIcs, Volume 74, 31st European Conference on Object-Oriented Programming (ECOOP 2017)</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.ECOOP.2017.4</dc:identifier>
          <dc:identifier>urn:nbn:de:0030-drops-72693</dc:identifier>
          <dc:identifier>https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ECOOP.2017.4</dc:identifier>
          <dc:language>eng</dc:language>
          <dc:rights>https://creativecommons.org/licenses/by/3.0/legalcode</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
