Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L llm.c - GPT2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tchatela
  • llm.c - GPT2
  • Wiki
  • Distributed Model

Distributed Model · Changes

Page history
Update Distributed Model authored Sep 18, 2024 by tchatela's avatar tchatela
Hide whitespace changes
Inline Side-by-side
Distributed-Model.md
View page @ a7be8853
...@@ -112,3 +112,11 @@ Comparison of the update phase, without considering task overlapping. We will me ...@@ -112,3 +112,11 @@ Comparison of the update phase, without considering task overlapping. We will me
![RC_legend](uploads/74660146f17bc0d52b76d2d48dd95455/RC_legend.png) ![RC_legend](uploads/74660146f17bc0d52b76d2d48dd95455/RC_legend.png)
![RC_implementation](uploads/12ae0ed35cb016331ce4da4a3f7d9aac/RC_implementation.png) ![RC_implementation](uploads/12ae0ed35cb016331ce4da4a3f7d9aac/RC_implementation.png)
![iteration_mpi](uploads/7202d2550d704ad38596b59207ea9c92/iteration_mpi.png)
![iteration_mpi.code_legend](uploads/f5c599b62dfea7cfd3060f857889d9d1/iteration_mpi.code_legend.png)
![mpi_comms](uploads/cc578008512fec4a6c810fd4936d588f/mpi_comms.png)
![mpi_comms.code_legend](uploads/b2a0c1e1c7f98529751cbe14084768aa/mpi_comms.code_legend.png)
\ No newline at end of file
Clone repository

GPT2 Parallelization and Porting

  • Model Description
  • Runtime and Performances
  • Improvements
  • Traces
  • Fork Join Model
  • Task Based Model
  • Distributed Model