From b77181517e4f48ee0acea66fe3100e50aafc5ebd Mon Sep 17 00:00:00 2001 From: Izzet Yildirim Date: Fri, 4 Oct 2024 18:28:38 -0500 Subject: [PATCH] Viper links added. --- src/data/publications.ts | 16 ++++++++++++++-- src/types.ts | 6 +++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/data/publications.ts b/src/data/publications.ts index ade0e401..a3437061 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -225,6 +225,8 @@ const publications: Publication[] = [ authors: [ "J. Ye", "J. Cernuda", + "N. Rajesh", + "K. Bateman", "O. Yildiz", "T. Peterka", "A. Nigmetov", @@ -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: [ diff --git a/src/types.ts b/src/types.ts index ecaba63e..9eb56c54 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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" @@ -379,6 +381,7 @@ export type PublicationTag = | "ChronoLog" | "Cloud Application" | "Clouds and Distributed Computing" + | "Coeus" | "Column store" | "Compression" | "Computer Architecture" @@ -388,7 +391,7 @@ export type PublicationTag = | "Concurrent Memory Access" | "Containers" | "Context Awareness" - | "Coeus" + | "Coupled Training and Inferences" | "DNN" | "DNN Model Transferring" | "DRAM" @@ -474,6 +477,7 @@ export type PublicationTag = | "I/O Tracing" | "In-Transit Computing" | "Inference Serving" + | "Inferences During Partial Training" | "Integrated Workflow" | "Intelligent Selection" | "KVS"