This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 4cb9c10
committed
[CircleCI] use matching names for storing and restoring ATen cache
8a80728 (Sun Apr 22 08:54:09 2018
-0700) replaced ATen submodule with PyTorch, updating the test script
instructions. On build-1404 instances, it changed the compilation cache
key prefix from v1-aten to v1-pytorch when restoring, but did not change
the prefix for storing the compiled files. As a result, ATen is being
recompiled on every test run unnecessarily. Use v1-aten as key prefix
in both storing and restoring the compilation cache. -aten is chosen
over -pytorch for consistency with build-1604.1 parent 0ff147f commit 4cb9c10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments