Skip to content

Commit

Permalink
Updated CFP and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-alverti committed Nov 1, 2023
1 parent 5a18ccf commit 0281bc4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 33 deletions.
6 changes: 3 additions & 3 deletions 2024/_includes/dates.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Important Dates (AoE)</h1>
<div id="description">
<p><b>Paper Submission:</b> TBD </p>
<p><b>Paper Notification:</b> TBD </p>
<p><b>Camera-ready Deadline:</b> TBD </p>
<p><b>Paper Submission:</b> January 26, 2024</p>
<p><b>Paper Notification:</b> March 1, 2024</p>
<p><b>Camera-ready Deadline:</b> TBD</p>
</div>
2 changes: 1 addition & 1 deletion 2024/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="subtitle" align="center">
<br>To be held in conjunction with
<br><font color="#FFF" style="font-weight: bold;" >38th IEEE International Parallel and Distributed Processing Symposium
<br> San Fransisco, California, USA (May 27, 2024)</font>
<br> San Fransisco, California, USA</font>
</div>
</td>
<td width=“10%”><div align="left"><a href="http://www.ipdps.org">
Expand Down
38 changes: 18 additions & 20 deletions 2024/cfp.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,30 @@
<h1>Workshop Scope and Goals</h1>
<div id="description">

<p>The current computing landscape has gone through an ever-increasing rate of change and innovation. This change has been driven by the relentless need to improve the energy-efficient, memory, and compute throughput at all levels of the architectural hierarchy. Although the amount of data that must be organized by today's systems posed new challenges to the architecture, which can no longer be solved with classical, homogeneous design. Improvements in all those areas have led Heterogeneous systems to become the norm rather than the exception.</p>
<p>The current computing landscape has witnessed a rapid and ongoing surge of change and innovation. This change has been driven by the relentless need to improve the energy-efficiency, memory, and computational throughput across all levels of the architectural hierarchy. The mounting volume of data that today's systems need to organize poses new challenges to the architecture, which can no longer be solved with classical, homogeneous designs. Advancements in all these areas have led Heterogeneous systems to become the norm rather than the exception.</p>

<p>Heterogeneous computing leverages a diverse set of computing (CPU, GPU, FPGA, TPU, DPU, etc.) and Memory (HBM, Persistent Memory, Coherent PCI protocols, etc.), hierarchical systems and units to accelerate the execution of a diverse set of applications. Emerging and existing areas such as AI, BigData, Cloud Computing, Edge-Computing, Real-time systems, High-Performance Computing, and others have seen a real benefit due to Heterogenous computer architectures. In addition, a new wave of accelerators based on dataflow architecture instead of the traditional von Neumann is sure to bring additional challenges and opportunities.</p>
<p>Heterogeneous computing leverages a diverse set of computing (CPU, GPU, FPGA, TPU, DPU, etc.) and Memory (HBM, Persistent Memory, Coherent PCI protocols, etc.), hierarchical systems, and units to accelerate the execution of a diverse set of applications. Emerging and existing areas such as AI, BigData, Cloud Computing, Edge-Computing, Real-time systems, High-Performance Computing, and others have seen a real benefit due to Heterogeneous computer architectures. In addition, a new wave of accelerators based on dataflow architecture instead of the traditional von Neumann is sure to bring additional challenges and opportunities.</p>

<p>These new heterogeneous architectures often also require the development of new applications and programming models, to satisfy these new architectures and to fully utilize these capacities. This workshop focuses on understanding the implications of heterogeneous designs at all levels of the computing system stack, such as hardware, compiler optimizations, porting of applications, and developing programming environments for current and emerging systems in all the above-mentioned areas. It seeks to ground heterogeneous system design research through studies of application kernels and/or whole applications, as well as shed light on new tools, libraries and runtime systems that improve the performance and productivity of applications on heterogeneous systems.</p>
<p> These new heterogeneous architectures often also require the development of new applications and programming models, to satisfy these new architectures and to fully utilize their capabilities. This workshop focuses on understanding the implications of heterogeneous designs at all levels of the computing system stack, such as hardware, compiler optimizations, porting of applications, and developing programming environments for current and emerging systems in all the above-mentioned areas. It seeks to ground heterogeneous system design research through studies of application kernels and/or whole applications, as well as shed light on new tools, libraries, and runtime systems that improve the performance and productivity of applications on heterogeneous systems.</p>

<p>The goal of this workshop is to bring together researchers and practitioners who are at the forefront of Heterogeneous computing to learn the opportunities and challenges in future Heterogeneous system design trends and thus help influence the next trends in this area.</p>

<p>The goal of this workshop is to bring together researchers and practitioners who are at the forefront of Heterogeneous computing to learn the opportunities and challenges in future Heterogeneous system design trends and thus help influence the next trends in this area.</p>

<p><b>Topics of interest include</b> (but are not limited to):</p>
<ul>
<li>Applications for hybrid/heterogenous systems;</li>
<li>Strategies for programming heterogeneous systems using high-level models such as OpenMP, OpenACC, SYCL, OneAPI, Kokkos, Raja, and low-level models such as OpenCL, CUDA;</li>
<li>Methods and tools to tackle challenges from heterogeneity in AI/ML/DL, BigData, Cloud Computing, Edge-Computing, Real-time Systems, and High-Performance Computing;</li>
<li>Strategies for application behavior characterization and performance optimization for accelerators;</li>
<li>Techniques for optimizing kernels for execution on GPGPU, FPGA, TPU, DPU and new emerging heterogeneous platforms;</li>
<li>Models of application performance on heterogeneous and accelerated HPC systems;</li>
<li>Compiler Optimizations and tuning heterogeneous systems including parallelization, loop transformation, locality optimizations, Vectorization;</li>
<li>Implications of workload characterization in heterogeneous and accelerated architecture design;</li>
<li>Benchmarking and performance evaluation for heterogeneous systems at all level of the system stack;</li>
<li>Tools and techniques to address both performance and correctness to assist application development for accelerators and heterogeneous processors;</li>
<li>System software techniques to abstract application domain-specific functionalities for accelerators;</li>
<li>Innovative use of heterogeneous computing in AI for science or optimizations for AI;</li>
<li>Design and use of domain-specific functionalities on accelerators;</li>
<li>Hybrid neuromorphic computing systems;</li>
<li>In-memory architectures;</li>
<li>Dataflow architectures;</li>
<li>Applications for GPU-based systems, and hybrid/heterogeneous systems</li>
<li>Techniques for optimizing kernels for execution on GPUs, FPGAs, TPUs, DPUs, and new emerging heterogeneous platforms</li>
<li>Strategies for programming heterogeneous systems using high-level models such as OpenMP, OpenACC, SYCL, OneAPI, Kokkos, Raja, and low-level models such as OpenCL, CUDA</li>
<li>Methods and tools to tackle challenges from heterogeneity in AI/ML/DL, Big Data, Cloud Computing, Edge-Computing, Real-time Systems, and High-Performance Computing</li>
<li>Strategies for application behavior characterization and performance optimization for accelerators</li>
<li>Models of application performance on heterogeneous and accelerated HPC systems</li>
<li>Compiler Optimizations and tuning heterogeneous systems including parallelization, loop transformation, locality optimizations, vectorization</li>
<li>Implications of workload characterization in heterogeneous and accelerated architecture design</li>
<li>Benchmarking and performance evaluation for heterogeneous systems at all levels of the system stack</li>
<li>Tools and techniques to address both performance and correctness to assist application development for accelerators and heterogeneous processors</li>
<li>System software techniques to abstract application domain-specific functionalities for accelerators</li>
<li>Innovative use of heterogeneous computing in AI for science or optimizations for AI</li>
<li>Design and use of domain-specific functionalities on accelerators</li>
</ul>

<p><b>Paper Tracks:</b></p>
Expand Down
2 changes: 1 addition & 1 deletion 2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>DESCRIPTION OF THE WORKSHOP</h1>

<h1>Previous Workshops</h1>
<div id="description">
<p><a href="https://pmodels.github.io/ashes-www/2023/">AsHES 2023</a> Virtual</p>
<p><a href="https://pmodels.github.io/ashes-www/2023/">AsHES 2023</a> in St.Petersburg, Florida, USA</p>
<p><a href="https://pmodels.github.io/ashes-www/2022/">AsHES 2022</a> Virtual</p>
<p><a href="https://pmodels.github.io/ashes-www/2021/">AsHES 2021</a> Virtual</p>
<p><a href="http://www.mcs.anl.gov/events/workshops/ashes/2020">AsHES 2020</a> in New Orleans, USA</p>
Expand Down
9 changes: 2 additions & 7 deletions 2024/organizers.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ <h1>General Chair</h1>
<h1>Program Co-Chairs</h1>
<div id="description">
<p><b>Nikela Papadopoulou</b>, Chalmers University of Technology, Sweden</p>
<p><b><a href="https://carlpearson.net">Carl Pearson</a></b>, Sandia National Labs, USA</p>
<p><b><a href="https://carlpearson.net">Carl Pearson</a></b>, Sandia National Laboratories, USA</p>
</div>

<h1>Web Chair</h1>
<div id="description">
<p><b><a href="https://sshiina.gitlab.io">Shumpei Shiina</a></b>, The University of Tokyo, Japan</p>
</div>

<h1>Publicity Chair</h1>
<h1>Web & Publicity Chair</h1>
<div id="description">
<p><b><a href="https://chloe-alverti.github.io/">Chloe Alverti</a></b>, UIUC, USA</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<head>
<title>ASHES Workshop</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Refresh" content="0; URL=2023">
<meta http-equiv="Refresh" content="0; URL=2024">
</head>
</html>

0 comments on commit 0281bc4

Please sign in to comment.