From 542f2aaf91612429d24f105b5050d97d51d17353 Mon Sep 17 00:00:00 2001 From: rct225 Date: Mon, 6 Nov 2023 14:30:44 +0000 Subject: [PATCH] deploy: e30004f9bc891afc945ce9d7a542d084fd5b3df6 --- feed.xml | 2 +- postdocs/kmohrman.html | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/feed.xml b/feed.xml index d86b170..a38a167 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-09-06T18:37:50+00:00/feed.xml \ No newline at end of file +Jekyll2023-11-06T14:30:41+00:00/feed.xml \ No newline at end of file diff --git a/postdocs/kmohrman.html b/postdocs/kmohrman.html index a926b0c..8ffe8e3 100644 --- a/postdocs/kmohrman.html +++ b/postdocs/kmohrman.html @@ -90,7 +90,7 @@

Project: Deploying GPU algorithms through SONIC

- The goal of the project is to demonstrate at a sufficiently large scale the reconstruction algorithm workflow within CMSSW to be processed, where the client jobs are running on one site, while the Line Segment Tracking (LST) algorithm will be executed on GPUs on computing nodes at another site connected through SONIC (Services for Optimized Network Inference on Co-processors) framework. + The goal of the project is to demonstrate at a sufficiently large scale the reconstruction algorithm workflow within CMSSW to be processed, where the client jobs are running on one site, while the Line Segment Tracking (LST) algorithm will be executed on GPUs on computing nodes at another site connected through SONIC (Services for Optimized Network Inference on Co-processors) framework. LST is a tracking algorithm that takes advantage of double-layer design of the HL-LHC outer tracker in order to perform hit correlations in a parallel way with GPUs. SONIC is a framework that provides GPUs as a service to clients running at different sites. Combining the LST algorithm with the SONIC framework is the goal of the project, in which we aim to to demonstrate the execution of the LST algorithm on GPUs at an external site (apart from the site where the client jobs are run) via the SONIC framework.

@@ -164,7 +164,7 @@

Project: Deploying GPU algorithms through SONIC

-

Philip Chang - (University of Florida)>

+

Philip Chang - (University of Florida)

@@ -176,12 +176,16 @@

Project: Deploying GPU algorithms through SONIC

Presentations
Current Status
- + The project is in progress - Learned to run the LST workflow in order to reproduce LST plots from Philip Chang's LST CHEP presentation - Have gotten set up at Purdue and run the test SONIC workflow (MAOD workflow) and successfully ran the setup where the cmsRun script runs on the login node, and the cmsTriton script runs on a different node - Have gotten the workflow (same one we got running at Purdue) running at UF (with cmsRun on one node without any GPUs and cmsTriton on a different node) - Tested with cmsRun at Purdue and cmsTriton at UF, but hit issue with nodes not being able to talk to each other, paused this direction for now - Currently working to adapt the LST workflow with SONIC (starting with the client side i.e. reworking the producer with SONIC)