summaryrefslogtreecommitdiff
path: root/external/README.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-30 16:34:30 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-30 16:34:30 -0500
commit716205eba862076c1d0fbbff016601272e4614f2 (patch)
treedc8c31dcfefa49d53c98d305fe35419da76e58c9 /external/README.md
parent906d17e896329e4d2dd8d7f728e4d5a234afe0e4 (diff)
experiment: package portable A6000 crossover
Diffstat (limited to 'external/README.md')
-rw-r--r--external/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/README.md b/external/README.md
new file mode 100644
index 0000000..799a63b
--- /dev/null
+++ b/external/README.md
@@ -0,0 +1,11 @@
+# External baseline reconstruction
+
+`dualprop_patches/` is an ordered `git format-patch` series on top of the
+Dual Propagation authors' public revision
+`7b2595b34421e1483a721dbfdeff8cdabda3a1ff`. It contains the matched
+plain-CNN adapters and the portable A6000 hardware profile; it does not vendor
+the authors' repository.
+
+Run `experiments/bootstrap_plain_cnn.sh /absolute/target/path` to clone the
+author repository, check out the frozen revision, and apply all 19 patches in
+order. The resulting repository must remain clean during formal runs.