<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.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-04-17T14:48:22Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/428142" metadataPrefix="mets">https://recercat.cat/oai/request</request><GetRecord><record><header><identifier>oai:recercat.cat:2117/428142</identifier><datestamp>2025-07-16T22:28:11Z</datestamp><setSpec>com_2072_1033</setSpec><setSpec>col_2072_452949</setSpec></header><metadata><mets xmlns="http://www.loc.gov/METS/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.lyncode.com/xoai" ID="&#xa;&#x9;&#x9;&#x9;&#x9;DSpace_ITEM_2117-428142" TYPE="DSpace ITEM" PROFILE="DSpace METS SIP Profile 1.0" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd" OBJID="&#xa;&#x9;&#x9;&#x9;&#x9;hdl:2117/428142">
   <metsHdr CREATEDATE="2026-04-17T16:48:22Z">
      <agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
         <name>RECERCAT</name>
      </agent>
   </metsHdr>
   <dmdSec ID="DMD_2117_428142">
      <mdWrap MDTYPE="MODS">
         <xmlData xmlns:mods="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
            <mods:mods xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
               <mods:name>
                  <mods:role>
                     <mods:roleTerm type="text">author</mods:roleTerm>
                  </mods:role>
                  <mods:namePart>Sharma, Robin Kumar</mods:namePart>
               </mods:name>
               <mods:name>
                  <mods:role>
                     <mods:roleTerm type="text">author</mods:roleTerm>
                  </mods:role>
                  <mods:namePart>Casas, Marc</mods:namePart>
               </mods:name>
               <mods:originInfo>
                  <mods:dateIssued encoding="iso8601">2023-05</mods:dateIssued>
               </mods:originInfo>
               <mods:identifier type="none"/>
               <mods:abstract>Recurrent neural networks (RNNs) are widely used for&#xd;
natural language processing, time-series prediction, or text&#xd;
analysis tasks [1]. RNNs models have been widely used&#xd;
in combination with convolutional neural networks (CNNs).&#xd;
RNNs contain memory units that display dynamic and temporal&#xd;
connections between past and future data. The outstanding&#xd;
text and signal analysis properties of RNNs and other recurrent&#xd;
models like Long-Short Term Memories (LSTMs) [2] and&#xd;
Gated Recurrent Units (GRUs) [3] make them the prevalent&#xd;
choice to analyze sequential and unsegmented data like text or&#xd;
speech signals.&#xd;
RNNs have two widely used variants; one is uni-directional&#xd;
RNNs [1], which only preserves the information of the past&#xd;
because the only inputs it has seen are from the past, and the&#xd;
second is bi-directional RNNs (BRNNs) [4] which preserves&#xd;
both past and future information. The internal structure of&#xd;
RNNs and its variants inference and training in terms of data or&#xd;
control dependencies across their fundamental numerical kernels&#xd;
complicate the exploitation of model parallelism, which&#xd;
is why just data-parallelism has been traditionally applied to&#xd;
accelerate RNNs [1]. Model parallelism has not been fully&#xd;
exploited to accelerate the forward and backward propagation&#xd;
of RNNs on multi-core CPUs.&#xd;
We present two model parallelism-based approaches: WPar&#xd;
(Wavefront-Parallelization), a comprehensive approach for&#xd;
uni-directional RNNs, and B-Par (Bidirectional-Parallelization)&#xd;
for bi-directional RNNs inference and training on CPUs that&#xd;
relies on applying model parallelism into RNNs models. We&#xd;
use fine-grained pipeline parallelism in terms of tasks to&#xd;
accelerate multi-layer RNNs running on multi-core CPUs.</mods:abstract>
               <mods:language>
                  <mods:languageTerm authority="rfc3066"/>
               </mods:language>
               <mods:accessCondition type="useAndReproduction">http://creativecommons.org/licenses/by-nc-nd/4.0/ Open Access Attribution-NonCommercial-NoDerivatives 4.0 International</mods:accessCondition>
               <mods:subject>
                  <mods:topic>Àrees temàtiques de la UPC::Informàtica::Arquitectura de computadors</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>High performance computing</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Deep neural network (DNN)</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>wavefront parallelization</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>task parallelism</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>recurrent neural networks (RNNs)</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>bidirectional recurrent neural networks (BRNNs)</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>long-short term memory (LSTM)</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>gated recurrent units (GRU)</mods:topic>
               </mods:subject>
               <mods:subject>
                  <mods:topic>Càlcul intensiu (Informàtica)</mods:topic>
               </mods:subject>
               <mods:titleInfo>
                  <mods:title>Parallelizing recurrent neural networks and variants using OmpSs</mods:title>
               </mods:titleInfo>
               <mods:genre>Conference report</mods:genre>
            </mods:mods>
         </xmlData>
      </mdWrap>
   </dmdSec>
   <structMap LABEL="DSpace Object" TYPE="LOGICAL">
      <div TYPE="DSpace Object Contents" ADMID="DMD_2117_428142"/>
   </structMap>
</mets></metadata></record></GetRecord></OAI-PMH>