<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts | Anuj Pathania</title>
    <link>https://staff.fnwi.uva.nl/a.pathania/post/</link>
      <atom:link href="https://staff.fnwi.uva.nl/a.pathania/post/index.xml" rel="self" type="application/rss+xml" />
    <description>Posts</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 06 Sep 2023 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://staff.fnwi.uva.nl/a.pathania/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png</url>
      <title>Posts</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/</link>
    </image>
    
    <item>
      <title>Hosted Dr. Mitra Nasri for an invited talk &#39;Past, Present, and Future Trends in Real-Time Systems Research&#39;.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/mitra-talk/</link>
      <pubDate>Wed, 06 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/mitra-talk/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: Real-time systems are pervasive in the automotive, robotics, smart industry, manufacturing, and healthcare domains, where the system’s safety, dependability, or quality of service depends on both functional and temporal correctness, namely, performing the right actions at the right time. Guaranteeing temporal correctness often involves bounding the worst-case end-to-end response-time of the system (e.g., from the moment input data are sent by a sensor to the moment the system responds to it). Bounding the response-time, in turn, requires detailed knowledge about how the underlying hardware platform, operating system, and software components/applications interact with each other and how that interaction influences the timing behavior of the system.
This talk presents the past, current, and future trends in modeling, designing, and verifying real-time systems. It walks through the challenges that new hardware, software, and network technologies introduce in the verification of temporal correctness and discusses existing solutions and open research problems.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Short Bio&lt;/em&gt;: Mitra Nasri is an Assistant Professor at the IRIS group in the Mathematics and Computer Science Department of the Eindhoven University of Technology (TU/e). She received her PhD from the University of Tehran, in 2015. Before joining TU/e, she was an assistant professor at Delft University of Technology (TUDelft), a postdoc fellow at the Max Planck Institute for Software Systems (MPI-SWS), Germany, and a postdoc researcher at TU-Kaiserslautern, Germany. Her research interests include modeling, designing, and verifying real-time systems. She has contributed to several outstanding scheduling policies for embedded real-time systems and a formal verification framework for timing analysis and assessment of temporal correctness of multicore real-time systems. To date, she has published more than 50 papers on those topics in peer-reviewed conferences and journals. Her research has been recognized by the Best-Paper Award of RTAS’22 and RTNS’16, and the Outstanding-Paper Award of RTSS’20 and RTAS’17. Since 2022, she has been an executive member of the IEEE Technical Committee on Real-Time Systems (TCRTS) which steers RTSS, RTAS and ICCPS conferences, and the IEEE Benelux chapter on Communication and Vehicular Technology (COM/VT). She has received a Delft Technology Fellowship Award (2018), an Alexander von Humboldt Fellowship Award for post-doctoral researchers (2016), and a German Academic Exchange Service (DAAD) scholarship for young researchers (2013).&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Joris op ten Berg successfully defended his Master thesis (with Cum Laude) entitled &#39;QoS-Aware CPU Scheduling on Simulated Multi-Core Hardware&#39;. Congratulations, Joris!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/joris-defence/</link>
      <pubDate>Mon, 28 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/joris-defence/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: 3D-stacking is a new approach to building CPUs that has the potential to increase performance thanks to low memory access latency. However, stacking components on top of each other increases power density, which results in worse thermals. Higher temperatures in turn cause chips to degrade faster and become less reliable. Schedulers that make decisions to preserve reliability are one of the ways to deal with this challenge. Existing solutions tend to rely on design-time decisions or only use temperature data. We have extended CoMeT, a simulation toolchain capable of simulating 3D-stacked chips, such that it can be used to develop reliability-aware schedulers. To achieve this, we implemented a reliability model that takes temperature and supply voltage into account, and produces a metric of reliability over time. We found that this metric can be used to make scheduling decisions that are aware of a core’s history. Furthermore, we found that using data from the components inside a core could make for more accurate schedulers than when data is collected on the core as a whole.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Jurre Wolff successfully defended his Master thesis (with Cum Laude) entitled &#39;QoS-Aware CPU Scheduling on Simulated Multi-Core Hardware&#39;. Congratulations, Jurre!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/jurre-defence/</link>
      <pubDate>Mon, 28 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/jurre-defence/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: This thesis introduces program-specific performance statistics as a Central Processing Unit (CPU) scheduling parameter within the context of the HotSniper chip architecture simulation toolchain. The parameter allows for a higher level of program-tailored scheduling, as opposed to the ubiquitous metrics such as types of latency and CPU utilization. The chip architecture simulator context allows for the development of novel scheduling policies for hard-to-obtain or future CPU architectures. The implementation of the parameter is guided through the first research question concerning how the HotSniper toolchain can be expanded with the Heartbeat framework, which in turn allows for the measurement of program performance. With this question answered, the performance data of eight PARSEC benchmark suite programs is collected and analyzed in pursuit to answer the second research question. This question aims to identify the natural heartbeat profiles and their relation to performance for each of these programs. The third research question then aims to answer whether program performance data can increase task scheduling effectiveness over existing metrics. To help answer these research questions, the HotSniper toolchain is used as a foundation in the form of a practical case study. HotSniper is expanded with functionality allowing for the collection of performance data which is visualized into graphs, revealing program performance profiles.&lt;/p&gt;
&lt;p&gt;The collected data of the x264 program resulted in the implementation of a new Quality of Service (QoS) aware Dynamic Voltage and Frequency Scaling (DVFS) policy. It is found that the programspecific performance data allows for setting and achieving QoS targets. For x264, a target of 30 Frames per Second (FPS) is achieved resulting in reduced frequency and power consumption. Based on the results, this study provides five contributions to the computer architecture simulation- and scheduling algorithm research communities. First, a set of eight PARSEC benchmark programs, amended with the Heartbeat framework are provided, along with documentation on how programs in general can be supported. Second, the performance profiles of these programs are collected and analyzed, providing a greater understanding of their runtime behavior and potentially inspiring future research. Third, tooling that supports researchers with post-simulation heartbeat data analysis. Fourth, the HotSniper scheduling Application Programming Interface (API) is updated, allowing for real-time use of performance data and thus the development of performance-aware scheduling policies. Fifth, several identified research directions for future work.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The paper &#39;Lifetime Estimation for Core-Failure Resilient Multi-Core Processors&#39; was accepted for IEEE MCSoC &#39;23</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/mcsoc-23/</link>
      <pubDate>Thu, 10 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/mcsoc-23/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: Multi-core processors come with several cores integrated on a single die. They often work incessantly under high thermal stress, leading to severe wear-out. Server-class multicores already come with a mechanism to survive a core failure called Core Failure Resilience (CFR). Embedded multi-cores with CFR are already on the horizon. The surviving cores must take on an additional workload from their fellow failed core(s) under CFR. They must also operate on higher frequencies to continue meeting the target performance. However, this additional workload assignment further accelerates the wear-out of the surviving cores due to additional heat from higher frequency operation. Lifetime estimation frameworks rely on detailed simulations, which leads to long simulation times. These frameworks are unsuitable for the early stages of the design process as they cannot quickly evaluate many design points. Existing frameworks cannot estimate the Mean Time to Failure (MTTF) for multicores that include Core-Failure Resilient (CFR) capabilities. We introduce SLICER, the first framework for estimating the MTTF of CFR multi-cores. SLICER integrates with state-of-the-art tools HotSniper and MatEx for fast and accurate MTTF estimation.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The demo/tool &#39;ARM-CO-UP: ARM Co-Operative Utilization of Processors&#39; was accepted for the Embedded Systems Software Competition at the IEEE/ACM Embedded Systems Week 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/competition-esweek-2023/</link>
      <pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/competition-esweek-2023/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: Heterogeneous Multi-Processor System on Chips (HMPSoCs) combines different processors on a single chip. They enable powerful embedded devices, which increasingly perform Machine Learning (ML) inference at the edge. State-of-the-art HMPSoCs can perform on-chip embedded inference using their CPU, GPU, and integrated accelerators. The on-chip GPU in embedded devices is comparable in performance to CPU clusters, and efficient inference requires the cooperative utilization of these processors. Integrated accelerators, although operating with lower bit precision, significantly improve power efficiency at the expense of model accuracy.&lt;/p&gt;
&lt;p&gt;However, existing inference frameworks for edge devices typically utilize only a single processor type and lack the ability to use different processor types collaboratively. To this end,We design the ARM-COUP framework based on the ARM-CL framework. The ARM-COUP provides both parallel and serial utilization of different processor types. In parallel mode, it optimizes throughput(FPS) and energy efficiency by leveraging pipeline execution of network partitions for consecutive input data. While in serial mode, it improves inference latency and energy efficiency through layer-switch inference for each input data and layer-wise DVFS. It automates model graph partitioning and mapping, pipeline synchronization, processor type switching, layer-wise DVFS, and integration of new accelerators, even with closed-source libraries.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The paper &#39;PELSI: Power-Efficient Layer-Switched Inference&#39; has been nominated for the Best Paper Award at IEEE RTCSA &#39;23!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/rtcsa-award/</link>
      <pubDate>Thu, 06 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/rtcsa-award/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: Convolutional Neural Networks (CNNs) are now quintessential kernels within embedded computer vision applications deployed in edge devices. Heterogeneous Multi-Processor Systemon- Chips (HMPSoCs) with Dynamic Voltage and Frequency Scaling (DVFS) capable components (CPUs and GPUs) allow for lowlatency, low-power CNN inference on resource-constrained edge devices when employed efficiently.&lt;/p&gt;
&lt;p&gt;CNNs comprise several heterogeneous layer types that execute with different degrees of power efficiency on different HMPSoC components at different frequencies.We propose the first framework, PELSI, that exploits this layer-wise power efficiency heterogeneity for power-efficient CPU-GPU layer-switched CNN interference on HMPSoCs. PELSI executes each layer of a CNN on an HMPSoC component (CPU or GPU) clocked at just the right frequency for every layer such that the CNN meets its inference latency target with minimal power consumption while still accounting for the powerperformance overhead of multiple switching between CPU and GPU mid-inference. PELSI incorporates a Genetic Algorithm (GA) to identify the near-optimal CPU-GPU layer-switched CNN inference configuration from within the large exponential design space that meets the given latency requirement most power efficiently.&lt;/p&gt;
&lt;p&gt;We evaluate PELSI on Rock-Pi embedded platform. The platform contains an RK3399Pro HMPSoC with DVFS-capable CPU clusters and GPU. Empirical evaluations with five different CNNs show a 44.48% improvement in power efficiency for CNN inference under PELSI over the state-of-the-art.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Erik Leonards successfully defended his Bachelor thesis (with Cum Laude) entitled &#39;Processor Modelling Using Queueing Theory&#39;. Congratulations, Erik!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/erik-defence/</link>
      <pubDate>Mon, 03 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/erik-defence/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: This thesis gives a general introduction into closed queueing networks, describes mean value analysis and formulates a closed queueing network model that predicts the parallel execution time of multiple benchmarks when the isolated execution time is known. The model aims at imitating the main source of interference between the benchmarks: the DRAM. For an n-core processor, the model comprises n + 1 queues: n cores and the DRAM.&lt;/p&gt;
&lt;p&gt;The isolated execution of a benchmark is used to determine the model parameters. The model parameters are chosen such that the measured DRAM throughput and access latency correspond to the DRAM throughput and access latency of the model. The real DRAM throughput and access latency of a benchmark are obtained with the simulation software CoMeT [7], while the DRAM throughput and access latency from the model are obtained from mean value analysis [6].&lt;/p&gt;
&lt;p&gt;The accuracy of the model is determined by comparing the parallel benchmark execution time of the model to the real parallel benchmark execution time. This is done for 6 benchmarks in the PARSEC [3] benchmarks suite. For 2 of the benchmarks, the model could very accurately predict the parallel execution time, while the model was less accurate for the other 4 benchmarks.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SAMOS 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2023/</link>
      <pubDate>Sun, 02 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;Thermal Management for 3D-Stacked Systems via Unified Core-Memory Power Regulation&#39; was accepted for publication at IEEE/ACM CODES&#43;ISSS&#39;23.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/codes&#43;isss-23/</link>
      <pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/codes&#43;isss-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;PELSI: Power-Efficient Layer-Switched Inference&#39; was accepted for publication at IEEE RTCSA &#39;23.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/rtcsa-23b/</link>
      <pubDate>Tue, 30 May 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/rtcsa-23b/</guid>
      <description>&lt;p&gt;&lt;em&gt;Abstract&lt;/em&gt;: Convolutional Neural Networks (CNNs) are now quintessential kernels within embedded computer vision applications deployed in edge devices. Heterogeneous Multi-Processor Systemon- Chips (HMPSoCs) with Dynamic Voltage and Frequency Scaling (DVFS) capable components (CPUs and GPUs) allow for lowlatency, low-power CNN inference on resource-constrained edge devices when employed efficiently.&lt;/p&gt;
&lt;p&gt;CNNs comprise several heterogeneous layer types that execute with different degrees of power efficiency on different HMPSoC components at different frequencies.We propose the first framework, PELSI, that exploits this layer-wise power efficiency heterogeneity for power-efficient CPU-GPU layer-switched CNN interference on HMPSoCs. PELSI executes each layer of a CNN on an HMPSoC component (CPU or GPU) clocked at just the right frequency for every layer such that the CNN meets its inference latency target with minimal power consumption while still accounting for the powerperformance overhead of multiple switching between CPU and GPU mid-inference. PELSI incorporates a Genetic Algorithm (GA) to identify the near-optimal CPU-GPU layer-switched CNN inference configuration from within the large exponential design space that meets the given latency requirement most power efficiently.&lt;/p&gt;
&lt;p&gt;We evaluate PELSI on Rock-Pi embedded platform. The platform contains an RK3399Pro HMPSoC with DVFS-capable CPU clusters and GPU. Empirical evaluations with five different CNNs show a 44.48% improvement in power efficiency for CNN inference under PELSI over the state-of-the-art.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The paper &#39;3D-TTP: Efficient Transient Temperature-Aware Power Budgeting for 3D-Stacked Processor-Memory Systems&#39; was accepted for publication at IEEE ISVLSI &#39;23.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/islvlsi-23/</link>
      <pubDate>Thu, 04 May 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/islvlsi-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Featured in UvA news article title &#39;Theme-Based Collaboration Enters Next Phase With Awarding of Midsize Projects and Seed Grants&#39;.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/news-23/</link>
      <pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/news-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Participated as panelist on topic &#39;The rise of AI applications like ChatGPT and their impact on Cybersecurity&#39; at Dycpher Donerdag.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/panel-23/</link>
      <pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/panel-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for DATE 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-date-2023/</link>
      <pubDate>Mon, 17 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-date-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>IP Thema project &#39;Energy Labels for Ecologically Sustainable Digital Services - A Technological, Behavioural, and Legal Perspective&#39; granted!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/funding-23/</link>
      <pubDate>Fri, 14 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/funding-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The patent &#39;Power management for multicore processors&#39; has been successfully published under number EP 4 152 124.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/patent-23/</link>
      <pubDate>Wed, 05 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/patent-23/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ASP-DAC 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-asp-dac-2023/</link>
      <pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-asp-dac-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for VLSID 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2023/</link>
      <pubDate>Fri, 06 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;HiMap: Fast and Scalable High-Quality Mapping on CGRA via Hierarchical Abstraction&#39; was accepted for DATE 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/date-21/</link>
      <pubDate>Tue, 15 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/date-21/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;Thermal Management for S-NUCA Many-Cores via Synchronous Thread Rotations&#39; was accepted at DATE 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/date-22/</link>
      <pubDate>Tue, 15 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/date-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Featured in UvA news article title &#39;In the Future We Will Have Energy Labels for Our Digital Services&#39;.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/news-22/</link>
      <pubDate>Thu, 03 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/news-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SLIP 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-slip-2022/</link>
      <pubDate>Wed, 02 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-slip-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ICCAD 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2022/</link>
      <pubDate>Sat, 29 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for HiPC 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-hipc-2022/</link>
      <pubDate>Tue, 18 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-hipc-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Organizing Committee for ESWeek 2022 as Media Chair.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/oc-esweek-2022/</link>
      <pubDate>Sat, 08 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/oc-esweek-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for CASES 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2022/</link>
      <pubDate>Sat, 08 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for MLCAD 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2022/</link>
      <pubDate>Sun, 11 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for DSD 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dsd-2022/</link>
      <pubDate>Tue, 06 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dsd-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Leo Schreuders successfully defended his Master thesis (with Cum Laude) entitled &#39;Combined Core-Memory Dynamic Thermal Management in 3D Core-Memory Architectures&#39;. Congratulations, Leo!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/leo-defence/</link>
      <pubDate>Sun, 28 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/leo-defence/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The chapter &#39;Pipelined CNN Inference on Heterogeneous Multi-Processor System-on-Chip&#39; was accepted for the book on Embedded Machine Learning for Cyber Physical, IoT, and Edge Computing (Springer).</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/springer-22/</link>
      <pubDate>Mon, 08 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/springer-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Martijn Besamusca successfully defended his Bachelor thesis entitled &#39;The Thermal And Performance Impact Of 3D Stacking L3 Caches In Processors&#39;. Congratulations, Martijn!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/martijn-defence/</link>
      <pubDate>Tue, 19 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/martijn-defence/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Given an invited talk &#39;Getting Started with Interval Thermal Simulations&#39; at TU Wien</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/talk-22/</link>
      <pubDate>Thu, 14 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/talk-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Organizing Committee for SAMOS 2022 as Publicity Chair.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/oc-samos-2022/</link>
      <pubDate>Sat, 02 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/oc-samos-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SAMOS 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2022/</link>
      <pubDate>Sat, 02 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;CPU-GPU Layer-Switched Low Latency CNN Inference&#39; was accepted for Euromicro DSD 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/dsd-22/</link>
      <pubDate>Fri, 17 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/dsd-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;CoMeT: An Integrated Interval Thermal Simulation Toolchain for 2D, 2.5 D, and 3D Processor-Memory System&#39; was accepted for ACM Transactions on Architecture and Code (TACO).</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/taco-22/</link>
      <pubDate>Thu, 14 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/taco-22/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for VLSID 2022.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2022/</link>
      <pubDate>Thu, 06 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2022/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Featured in UvA news article title &#39;Boosting Processor Performance by Optimizing the Use of its Temperature&#39;.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/news-21/</link>
      <pubDate>Thu, 09 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/news-21/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;HiMap: Fast and Scalable High-Quality Mapping on CGRA via Hierarchical Abstraction&#39; was accepted for IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tcad-21a/</link>
      <pubDate>Mon, 08 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tcad-21a/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ICCAD 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2021/</link>
      <pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ICCAD 2023.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2023/</link>
      <pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccad-2023/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for HiPC 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-hipc-2021/</link>
      <pubDate>Mon, 18 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-hipc-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Organizing Committee for ESWeek 2021 as Web Chair.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/oc-esweek-2021/</link>
      <pubDate>Fri, 08 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/oc-esweek-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for CASES 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2021/</link>
      <pubDate>Fri, 08 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;T-TSP: Transient-Temperature Based Safe Power Budgeting in Multi-/Many-Core Processors&#39; was accepted for IEEE ICCD 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/iccd-21/</link>
      <pubDate>Fri, 17 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/iccd-21/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for MLCAD 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2021/</link>
      <pubDate>Sat, 11 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Science &amp; Design project &#39;Towards Zero-Waste Computing: Energy Labels for Digital Services&#39; granted!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/funding-21/</link>
      <pubDate>Tue, 24 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/funding-21/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for DAC 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dac-2021/</link>
      <pubDate>Fri, 09 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dac-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will co-chairing a session in DAC 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/chair-dac-2021/</link>
      <pubDate>Fri, 09 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/chair-dac-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Organizing Committee for SAMOS 2021 as Submission Chair.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/oc-samos-2021/</link>
      <pubDate>Fri, 02 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/oc-samos-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SAMOS 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2021/</link>
      <pubDate>Fri, 02 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;ChordMap: Automated Mapping of Streaming Applications onto CGRA&#39; was accepted for IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tcad-21b/</link>
      <pubDate>Sun, 17 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tcad-21b/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for VLSID 2021.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2021/</link>
      <pubDate>Wed, 06 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2021/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ICCD 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccd-2020/</link>
      <pubDate>Tue, 17 Nov 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccd-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for CASES 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2020/</link>
      <pubDate>Thu, 08 Oct 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for MLCAD 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2020/</link>
      <pubDate>Fri, 11 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-mlcad-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for DAC 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dac-2020/</link>
      <pubDate>Thu, 09 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-dac-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will co-chairing a session in DAC 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/chair-dac-2020/</link>
      <pubDate>Thu, 09 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/chair-dac-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SAMOS 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2020/</link>
      <pubDate>Thu, 02 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for VLSID 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2020/</link>
      <pubDate>Mon, 06 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-vlsid-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will co-chair a session VLSID 2020.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/chair-vlsid-2020/</link>
      <pubDate>Mon, 06 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/chair-vlsid-2020/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for ICCD 2019.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccd-2019/</link>
      <pubDate>Sun, 17 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-iccd-2019/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for CASES 2019.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2019/</link>
      <pubDate>Tue, 08 Oct 2019 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-cases-2019/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for SAMOS 2019.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2019/</link>
      <pubDate>Tue, 02 Jul 2019 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-samos-2019/</guid>
      <description></description>
    </item>
    
    <item>
      <title>I will be serving in the Technical Program Committee for RTSS 2019.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/tpc-rtss-2019/</link>
      <pubDate>Wed, 01 May 2019 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/tpc-rtss-2019/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;QoS-Aware Stochastic Power Budgeting for Many-Cores&#39; recieved HiPEAC 2018 Paper Award.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/hipeac-2018-award/</link>
      <pubDate>Fri, 01 Jun 2018 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/hipeac-2018-award/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;Scalable Probabilistic Power Budgeting for Many-Cores&#39; has been nominated for the Best Paper Award at Design Automation and Test in Europe &#39;17!</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/date-award/</link>
      <pubDate>Fri, 01 Sep 2017 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/date-award/</guid>
      <description></description>
    </item>
    
    <item>
      <title>The paper &#39;Distributed Scheduling for Many-Cores Using Cooperative Game Theory&#39; recieved HiPEAC 2016 Paper Award.</title>
      <link>https://staff.fnwi.uva.nl/a.pathania/post/hipeac-2016-award/</link>
      <pubDate>Wed, 01 Jun 2016 00:00:00 +0000</pubDate>
      <guid>https://staff.fnwi.uva.nl/a.pathania/post/hipeac-2016-award/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
