Skip to content

Commit

Permalink
Update SC'24 papers and posters.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzet committed Dec 2, 2024
1 parent 497544a commit 09949ce
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
38 changes: 27 additions & 11 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const publications: Publication[] = [
authors: ["J. Ye", "B. Nicolae", "A. Kougkas", "X.-H. Sun"],
title:
"Uncover the Overhead and Resource Usage for Handling KV Cache Overflow in LLM Inference",
venue: "SC'24",
venue:
"The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC'24)",
type: "Poster",
date: "November, 2024",
tags: ["KV Cache", "LLM Inference"],
Expand All @@ -81,7 +82,7 @@ const publications: Publication[] = [
],
title:
"Jarvis: Towards a Shared, User-Friendly, and Reproducible, I/O Infrastructure.",
venue: "PDSW'24",
venue: "The International Parallel Data Systems Workshop (PDSW'24)",
type: "Workshop",
date: "November, 2024",
tags: [
Expand Down Expand Up @@ -114,11 +115,15 @@ const publications: Publication[] = [
title:
"DFTracer: An Analysis-Friendly Data Flow Tracer for AI-Driven Workflows",
venue:
"The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC'24) ",
"The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC'24)",
type: "Conference",
date: "November, 2024",
tags: ["Deep Learning", "Workflows", "I/O Tracing"],
links: {},
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/devarajan2024dftracer.pdf",
bibtex: "http://cs.iit.edu/~scs/assets/files/devarajan2024dftracer.bib",
citation: "http://cs.iit.edu/~scs/assets/files/devarajan2024dftracer.txt",
},
},
{
authors: ["L. Logan", "X.-H. Sun", "A. Kougkas"],
Expand All @@ -135,7 +140,11 @@ const publications: Publication[] = [
"HPC",
"Operating Systems",
],
links: {},
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/logan2024megammap.pdf",
bibtex: "http://cs.iit.edu/~scs/assets/files/logan2024megammap.bib",
citation: "http://cs.iit.edu/~scs/assets/files/logan2024megammap.txt",
},
},
{
authors: [
Expand All @@ -156,8 +165,12 @@ const publications: Publication[] = [
"The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC'24)",
type: "Conference",
date: "November, 2024",
tags: [],
links: {},
tags: ["Bipartite Graph", "Maximal Biclique Enumeration"],
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/pan2024bipartite.pdf",
bibtex: "http://cs.iit.edu/~scs/assets/files/pan2024bipartite.bib",
citation: "http://cs.iit.edu/~scs/assets/files/pan2024bipartite.txt",
},
},
{
authors: [
Expand Down Expand Up @@ -252,8 +265,12 @@ const publications: Publication[] = [
venue: "The 53th International Conference on Parallel Processing (ICPP'24)",
type: "Conference",
date: "August, 2024",
tags: [],
links: {},
tags: ["Heterogeneous Systems", "Emerging Architectures"],
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/wu2024autohet.pdf",
bibtex: "http://cs.iit.edu/~scs/assets/files/wu2024autohet.bib",
citation: "http://cs.iit.edu/~scs/assets/files/wu2024autohet.txt",
},
},
{
authors: ["J. Cernuda", "J. Ye", "A. Kougkas", "X.-H. Sun"],
Expand Down Expand Up @@ -458,8 +475,7 @@ const publications: Publication[] = [
],
title:
"IOMax: Maximizing Out-of-Core I/O Analysis Performance on HPC Systems",
venue:
"The 8th International Parallel Data Systems Workshop (PDSW'23), November 12, 2023",
venue: "The International Parallel Data Systems Workshop (PDSW'23)",
type: "Workshop",
date: "November, 2023",
tags: ["I/O Analysis", "Out-of-Core Analysis", "Data Drilling", "WisIO"],
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ export type PublicationTag =
| "Hermes"
| "Heterogeneous Buffering"
| "Heterogeneous I/O"
| "Heterogeneous Systems"
| "Hierarchical"
| "Hierarchical Data Prefetching"
| "Hierarchical Memory System"
Expand Down

0 comments on commit 09949ce

Please sign in to comment.