<?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-20T13:40:49Z</responseDate>
  <request identifier="oai:www.ideals.illinois.edu:2142/45394" metadataPrefix="etdms" verb="GetRecord">https://www.ideals.illinois.edu/oai-pmh</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:www.ideals.illinois.edu:2142/45394</identifier>
        <datestamp>2023-07-11</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>Barthou, Denis</dc:contributor>
          <dc:contributor>Padua, David A.</dc:contributor>
          <dc:contributor>Barthou, Denis</dc:contributor>
          <dc:contributor>Kale, Laxmikant V.</dc:contributor>
          <dc:contributor>Heath, Michael T.</dc:contributor>
          <dc:contributor>Garzaran, Maria J.</dc:contributor>
          <dc:creator>Duchateau, Alexandre</dc:creator>
          <dc:date>2013-08-22T16:38:53Z</dc:date>
          <dc:date>2013-08-22T16:38:53Z</dc:date>
          <dc:date>2013-08</dc:date>
          <dc:date>2013-08-22T16:38:53Z</dc:date>
          <dc:date>2013-08</dc:date>
          <dc:description>"Parallelization is one of the major challenges for programmers. But parallelizing existing
code is a hard task that can lead to less than optimal solutions since sequential programs
can su er from impediments to parallelization resulting from the semantic of the languages
or the data structures used rather than the nature of the problem being solved. To avoid
such artifacts, programmers can analyze the algorithms to decide which dependencies are
""real"" and which can be ignored. But even then, conventional algorithms were developed
with speci c objectives in mind, such as reducing the total number of operations, which while
good to achieve sequential performance, may not be the primary objective when considering
parallel machines. We propose to focus on a speci c domain and attack the parallelizing issue
at the source, starting from a high level description of the equations without any knowledge
of existing algorithms to solve the problem and automatically derive parallel solutions.
Hydra accepts an equation written in terms of operations on matrices and automatically
produces highly e cient code to solve these equations. Processing of the equation starts by
tiling the matrices. This transforms the equation into either a single new equation containing
terms involving tiles or into multiple equations some of which can be solved in parallel with
each other.
Hydra continues transforming the equations using tiling and seeking terms that Hydra
knows how to compute or equations it knows how to solve. The end result is that by transforming
the equations Hydra can produce multiple solvers with di erent locality behavior
and/or di erent parallel execution pro les. Next, Hydra applies empirical search over this space of possible solvers to identify the most e cient version. In this way, Hydra enables
the automatic production of e cient solvers requiring very little or no coding at all and delivering
performance approximating that of the highly tuned library routines such as Intels
MKL.
With faster development time for modern architecture, the time available for hand-tuning
of high performance libraries diminishes. Intel already started o ering auto-tuned library
routines (From Spiral) in their IPP library, to broaden the scope of application of the
collection, without having to increase the man hours required to hand-tune everything."</dc:description>
          <dc:description>Item withdrawn by Mark Zulauf (zulauf@illinois.edu) on 2013-07-01T14:39:43Z
Item was in collections:
University of Illinois Theses &amp; Dissertations (ID: 1)
No. of bitstreams: 2
Duchateau_Alexandre_Xavier.rar: 370203 bytes, checksum: 802c894b4d8aa662840670d9f1a5014f (MD5)
Duchateau_Alexandre_Xavier.pdf: 548097 bytes, checksum: cc323ab8940885eeba50ff7a67a5627f (MD5)</dc:description>
          <dc:description>Made available in DSpace on 2013-08-22T16:38:53Z (GMT). No. of bitstreams: 3
Alexandre_Duchateau.pdf: 548097 bytes, checksum: cc323ab8940885eeba50ff7a67a5627f (MD5)
Duchateau_Alexandre_Xavier.rar: 370203 bytes, checksum: 802c894b4d8aa662840670d9f1a5014f (MD5)
license.txt: 4065 bytes, checksum: 06876209876464b5fb30aab772c2a95f (MD5)</dc:description>
          <dc:identifier>http://hdl.handle.net/2142/45394</dc:identifier>
          <dc:language>en</dc:language>
          <dc:rights>Copyright 2013 Alexandre Xavier Duchateau</dc:rights>
          <dc:subject>Autotuning</dc:subject>
          <dc:subject>Linear Algebra</dc:subject>
          <dc:subject>Parallelism</dc:subject>
          <dc:subject>Multicore</dc:subject>
          <dc:subject>Tiling</dc:subject>
          <dc:title>Automatic algorithm derivation and exploration in linear algebra for parallelism and locality</dc:title>
          <dc:type>text</dc:type>
          <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>
