Skip to content

Commit ef2bc38

Browse files
updated wamta
1 parent d68277a commit ef2bc38

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

images/2024-wamta.png

3.43 MB
Loading

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,23 @@ <h5 class="card-title">Scalable to Millions of Tasks</h5>
159159
<div class="page-header text-center"><h1><i class="fas fa-tools"></i> Applications</h1></div>
160160
<hr>
161161
<div class="card mb-3">
162-
<img class="card-img-top" src="images/quantum-computing.jpeg" alt="Card image cap">
162+
<img class="card-img-top" src="images/cad.jpg" alt="Card image cap">
163163
<div class="card-body">
164164
<h5 class="card-title">Parallelizing Computer-aided Design (CAD) Software</h5>
165-
<p class="card-text">We have successfully applied Taskflow to accelerate the simulation of quantum circuits in both static and dynamic environments using scalable task parallelism.</p>
166-
<a class="btn btn-success" href="https://arxiv.org/abs/2210.01076" role="button">Explore Details &raquo;</a>
165+
<p class="card-text">We have successfully applied Taskflow to assist developers in the implementation and deployment of parallel CAD algorithms and software that scale to millions of tasks on manycore CPUs and GPUs.</p>
166+
<a class="btn btn-success" href="https://taskflow.github.io/taskflow/opentimer.html" role="button">Explore Details &raquo;</a>
167167
</div>
168168
</div>
169+
169170
<div class="card mb-3">
170-
<img class="card-img-top" src="images/cad.jpg" alt="Card image cap">
171+
<img class="card-img-top" src="images/quantum-computing.jpeg" alt="Card image cap">
171172
<div class="card-body">
172-
<h5 class="card-title">Parallelizing Computer-aided Design (CAD) Software</h5>
173-
<p class="card-text">We have successfully applied Taskflow to assist developers in the implementation and deployment of parallel CAD algorithms and software that scale to millions of tasks on manycore CPUs and GPUs.</p>
174-
<a class="btn btn-success" href="https://taskflow.github.io/taskflow/opentimer.html" role="button">Explore Details &raquo;</a>
173+
<h5 class="card-title">Parallelizing Classical Software for Quantum Computing</h5>
174+
<p class="card-text">We have successfully applied Taskflow to accelerate the simulation of quantum circuits in both static and dynamic environments using scalable task parallelism.</p>
175+
<a class="btn btn-success" href="https://arxiv.org/abs/2210.01076" role="button">Explore Details &raquo;</a>
175176
</div>
176177
</div>
178+
177179

178180
<div class="card mb-3">
179181
<img class="card-img-top" src="images/machine-learning.jpg" alt="machine-learning">

js/news.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
const news = [
2+
{
3+
title: "Taskflow@WAMTA'24",
4+
image_src: "images/2024-wamta.png",
5+
image_url: "https://wamta24.icl.utk.edu/",
6+
content: `We will present our Taskflow system at the 2024 Workshop on Asynchronous Many-task Systems and Applications in Knoxville, Tennessee!`,
7+
footer: "Last updated on 2024/02/14"
8+
},
29
{
310
title: "Taskflow@HPC-Asia'24",
411
image_src: "images/hpc-asia-23-logo.png",

0 commit comments

Comments
 (0)