This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 0ff147f
committed
[CircleCI] build-1604: restore pytorch cache instead of obsolete ATen
8a80728 (Sun Apr 22 08:54:09 2018
-0700) replaced ATen submodule with PyTorch submodule and updated the
CircleCI configuration except for restoring ATen compilation cache in
1604 configuration: it attempts to take the hash of a no longer existing
submodule ATen. As a result, this configuration attempts to load from
non-existent cache, fails and has to recompile ATen every time. Take
the hash of the pytorch submodule instead since ATen now comes from
there. Storing to compilation cache already uses the pytorch hash.1 parent 78399a0 commit 0ff147f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments