Skip to content

Commit

Permalink
Viper links added.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzet committed Oct 4, 2024
1 parent 317e31c commit b771815
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 14 additions & 2 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ const publications: Publication[] = [
authors: [
"J. Ye",
"J. Cernuda",
"N. Rajesh",
"K. Bateman",
"O. Yildiz",
"T. Peterka",
"A. Nigmetov",
Expand All @@ -238,8 +240,18 @@ const publications: Publication[] = [
venue: "The 53th International Conference on Parallel Processing (ICPP'24)",
type: "Conference",
date: "August, 2024",
tags: ["DNN Model Transferring", "Inference Serving"],
links: {},
tags: [
"AI Workflows",
"Adaptive AI Model Checkpointing",
"Coupled Training and Inferences",
"Inferences During Partial Training",
],
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/ye2024viper.pdf",
slides: "http://cs.iit.edu/~scs/assets/files/ye2024viper.pptx",
bibtex: "http://cs.iit.edu/~scs/assets/files/ye2024viper.bib",
citation: "http://cs.iit.edu/~scs/assets/files/ye2024viper.txt",
},
},
{
authors: [
Expand Down
6 changes: 5 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,9 @@ export type PublicationTag =
| "Accelerator"
| "Access Pattern"
| "Active Storage"
| "Adaptive AI Model Checkpointing"
| "AI for I/O"
| "AI Workflows"
| "Apache Arrow"
| "Bandwidth"
| "Benchmark"
Expand All @@ -379,6 +381,7 @@ export type PublicationTag =
| "ChronoLog"
| "Cloud Application"
| "Clouds and Distributed Computing"
| "Coeus"
| "Column store"
| "Compression"
| "Computer Architecture"
Expand All @@ -388,7 +391,7 @@ export type PublicationTag =
| "Concurrent Memory Access"
| "Containers"
| "Context Awareness"
| "Coeus"
| "Coupled Training and Inferences"
| "DNN"
| "DNN Model Transferring"
| "DRAM"
Expand Down Expand Up @@ -474,6 +477,7 @@ export type PublicationTag =
| "I/O Tracing"
| "In-Transit Computing"
| "Inference Serving"
| "Inferences During Partial Training"
| "Integrated Workflow"
| "Intelligent Selection"
| "KVS"
Expand Down

0 comments on commit b771815

Please sign in to comment.