8000 [DataPipe] Full graph fast-forwarding by NivekT · Pull Request #79658 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[DataPipe] Full graph fast-forwarding #79658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b751018
[DataPipe] Full graph fast-forwarding
NivekT Jun 15, 2022
2722926
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 15, 2022
26b681b
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 16, 2022
9f48b49
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 16, 2022
0239206
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 17, 2022
8f3d67b
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 20, 2022
a9cab2a
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 21, 2022
ca9f518
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 24, 2022
4e06199
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 24, 2022
0dfd9bf
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 27, 2022
76dcdb9
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 28, 2022
d465931
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 28, 2022
14d9d46
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 28, 2022
96c9aba
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 28, 2022
ddeff53
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 28, 2022
8233cbb
8000 Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jun 29, 2022
7aedc38
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jul 13, 2022
5c14066
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jul 18, 2022
83a9f27
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jul 19, 2022
df95128
Update on "[DataPipe] Full graph fast-forwarding"
NivekT Jul 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update on "[DataPipe] Full graph fast-forwarding"
WIP - this will be a more efficient implementation of snapshotting. In particular, it will differentiate between three types of DataPipes:
1. Source (e.g. IterableWrapper)
2. Stateless (e.g. Mapper)
3. Statefull (e.g. Shuffler)

[ghstack-poisoned]
  • Loading branch information
NivekT committed Jun 29, 2022
commit 8233cbbbb5f4a3b7a864c0290be2e5c84a7edc07

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0