X Tutup
Skip to content

Commit 56f4ae3

Browse files
author
Tsung-Wei Huang
committed
updated news
1 parent d7a1191 commit 56f4ae3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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 @ ICPP'24",
4+
image_src: "images/icpp-logo.png",
5+
image_url: "https://icpp22.gitlabpages.inria.fr/prog",
6+
content: `We have successfully used Taskflow to accelerate graph partitioning problem and quantum circuit simulation workloads, published in 2024 ACM ICPP (<a href="https://icpp2024.org/index.php?option=com_content&view=article&id=6&Itemid=114">see technical program</a>)!`,
7+
footer: "Last updated on 2024/08/12"
8+
},
29
{
310
title: "Taskflow v3.7 released",
411
image_src: "images/release.png",

0 commit comments

Comments
 (0)
X Tutup