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
  • Task Based Model

Task Based Model · Changes

Page history
Update Task Based Model authored Aug 01, 2024 by tchatela's avatar tchatela
Show whitespace changes
Inline Side-by-side
Task-Based-Model.md
View page @ 1407d619
...@@ -67,4 +67,10 @@ We can compare now the efficiency between this version of the task based model a ...@@ -67,4 +67,10 @@ We can compare now the efficiency between this version of the task based model a
Now, we want to remove the taskloops put across the main training loop to improve tasks management and to allow the use of taskiter. Now, we want to remove the taskloops put across the main training loop to improve tasks management and to allow the use of taskiter.
**_The implementation has changed, this diagram is no longer relevant_**
![Task_based_implementation_final](uploads/3551b24d36cbae27f861414cd2063322/Task_based_implementation_final.png) ![Task_based_implementation_final](uploads/3551b24d36cbae27f861414cd2063322/Task_based_implementation_final.png)
![taskiter](uploads/212d9f02a378aa4e4eb6d8e978174029/taskiter.png)
![taskiter.code_legend](uploads/225a1f2cbda768db5d6b04e3f0322299/taskiter.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