Skip to content
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

[RUNTIME] Simplify caching API #3433

Closed
wants to merge 1 commit into from

Conversation

andrewjcg
Copy link
Contributor

This simplifies the caching API to require callers pass the entire list
of files to cache in a "group" in the put_group method. This allows
caching backends to e.g. serialize these files into a single cache blob,
which can avoid issues with caching atomicity.

This simplifies the caching API to require callers pass the entire list
of files to cache in a "group" in the `put_group` method. This allows
caching backends to e.g. serialize these files into a single cache blob,
which can avoid issues with caching atomicity.
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Mar 22, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 3, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 3, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 3, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 4, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 4, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
andrewjcg added a commit to andrewjcg/pytorch that referenced this pull request Apr 4, 2024
Summary:

Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Context:
https://fb.workplace.com/groups/420659799592399/posts/778155640509478/

Scuba query for these changes:
https://fburl.com/scuba/triton_remote_cache/lb3t1cw4

Test Plan:
With D55206078:

```
$  TORCHBENCH_TOL='1e-3' TORCHINDUCTOR_PERMUTE_FUSION='1' TORCHINDUCTOR_SHAPE_PADDING='1' buck2 run mode/opt //pytorch/benchmark:run -- cmf_10x  -d cuda -t train --torchdynamo inductor
```

Reviewed By: bertmaher

Differential Revision: D55206000
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this pull request Apr 4, 2024
Summary:
Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Reviewed By: bertmaher

Differential Revision: D55206000

Pull Request resolved: #122470
Approved by: https://github.com/bertmaher
sanketpurandare pushed a commit to sanketpurandare/pytorch that referenced this pull request Apr 22, 2024
Summary:
Pull cache API changes from triton-lang/triton#3433.

Among other simplifications, this allows us the cache all files in a "group"
atomically, in a single memcache blob, and avoid needing to use other
approaches to handle these files coming from different runs.

Reviewed By: bertmaher

Differential Revision: D55206000

Pull Request resolved: pytorch#122470
Approved by: https://github.com/bertmaher
@jlebar
Copy link
Contributor

jlebar commented Jun 3, 2024

I assume this PR is dead at this point?

@jlebar jlebar closed this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants