<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/oai-pmh.xsl"?>
<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-09-19T04:35:58Z</responseDate>
  <request identifier="oai:www.ideals.illinois.edu:2142/24316" metadataPrefix="etdms" verb="GetRecord">https://www.ideals.illinois.edu/oai-pmh</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:www.ideals.illinois.edu:2142/24316</identifier>
        <datestamp>2023-07-10</datestamp>
        <setSpec>col_2142_10761</setSpec>
        <setSpec>col_2142_5131</setSpec>
        <setSpec>com_2142_10755</setSpec>
        <setSpec>com_2142_234</setSpec>
        <setSpec>com_2142_5130</setSpec>
      </header>
      <metadata>
        <thesis xmlns="http://www.ndltd.org/standards/metadata/etdms/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdms11.xsd http://purl.org/dc/elements/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdmsdc.xsd">
          <dc:contributor>Padua, David A.</dc:contributor>
          <dc:contributor>Garzaran, Maria J.</dc:contributor>
          <dc:contributor>Padua, David A.</dc:contributor>
          <dc:contributor>Garzaran, Maria J.</dc:contributor>
          <dc:contributor>Cytron, Ron</dc:contributor>
          <dc:contributor>Gropp, William D.</dc:contributor>
          <dc:contributor>Heath, Michael T.</dc:contributor>
          <dc:creator>Brodman, James C.</dc:creator>
          <dc:date>2011-05-25T14:53:56Z</dc:date>
          <dc:date>2011-05-25T14:53:56Z</dc:date>
          <dc:date>2011-05-25T14:53:56Z</dc:date>
          <dc:date>2011-05</dc:date>
          <dc:description>Exploiting parallelism in modern machines increases the di culty of developing applications.
Thus, new abstractions are needed that facilitate parallel programming and at the same
time allow the programmer to control performance. Tiling is a very important primitive
for controlling both parallelism and locality, but many traditional approaches to tiling are
only applicable to computations on dense arrays. This thesis makes several contributions,
all in the general area of data parallel operators for the programming of multiprocessors
and their current most popular incarnation, multicores. It accomplishes this through the
development of Ravenna, a library of data parallel operators for shared-memory systems.
Ravenna extends previous work on a data type for dense arrays called the Hierarchically
Tiled Array, or HTA.
Ravenna supports arbitrary data types, enabling programmers to write data parallel computations
based on other data types such as sets or graphs. Ravenna provides programmers
with several mechanisms for tiling data types. In particular for data structures other than
dense arrays, it provides a generalized approach called functional tiling. Functional tiling
provides programmers with a separation of concerns between implementing a computation
and how to tile it. Functional tiling in this way also acts as a tuning mechanism that allows
programmers to tune the performance of their codes by plugging in di erent tiling strategies.
This thesis evaluates the programming model of expressing programs as a sequence of
higher level data parallel operators through examining several applications from di erent
domains written in Ravenna. These applications include simple microbenchmarks used to compare against another shared-memory programming library, a solver for banded linear
systems called SPIKE, n-body simulation, clustering, and discrete optimization. The evaluation
shows that these programs can be elegantly expressed by the programming model, and
that the model's applicability is not limited to computations based on dense arrays. Particularly,
it shows that the resulting programs resemble conventional, sequential programs,
simplifying programmer e ort and that the available abstractions provided by Ravenna allow
programmers to tune in order to obtain good parallel performance.</dc:description>
          <dc:description>Item withdrawn by Mark Zulauf (zulauf@illinois.edu) on 2010-12-16T17:14:25Z
Item was in collections:
University of Illinois Theses &amp; Dissertations (ID: 1)
No. of bitstreams: 1
Brodman_James.pdf: 8550472 bytes, checksum: 1c9802b624e30af44228876b68b83994 (MD5)</dc:description>
          <dc:description>Made available in DSpace on 2011-05-25T14:53:56Z (GMT). No. of bitstreams: 2
Brodman_James.pdf: 8550472 bytes, checksum: 1c9802b624e30af44228876b68b83994 (MD5)
license.txt: 4063 bytes, checksum: 7b52a001195a01d4147b3bbbd9ce5f78 (MD5)</dc:description>
          <dc:identifier>http://hdl.handle.net/2142/24316</dc:identifier>
          <dc:language>en</dc:language>
          <dc:rights>Copyright 2011 James C Brodman</dc:rights>
          <dc:subject>parallelism</dc:subject>
          <dc:subject>parallel programming</dc:subject>
          <dc:subject>data parallelism</dc:subject>
          <dc:subject>tiling</dc:subject>
          <dc:title>Data parallelism with hierarchically tiled objects</dc:title>
          <degree>
            <department>Computer Science</department>
            <departmentCode>1434</departmentCode>
            <discipline>Computer Science</discipline>
            <disciplineCode>0112</disciplineCode>
            <grantor>University of Illinois at Urbana-Champaign</grantor>
            <level>Dissertation</level>
            <name>Ph.D.</name>
            <program>PHD:Computer Science -UIUC</program>
            <programCode>10KS0112PHD</programCode>
          </degree>
        </thesis>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
