Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions paper/advisor_review/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
main.aux
main.bbl
main.blg
main.out
7 changes: 7 additions & 0 deletions paper/advisor_review/BUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Build

This independent advisor draft does not replace the accepted GRACE manuscript.

```text
PATH=/home/shuhao/.conda/envs/neuromem/bin:$PATH make pdf
```
15 changes: 15 additions & 0 deletions paper/advisor_review/BUILD_TRANSCRIPT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Script started on 2026-08-29 22:06:22+08:00 [<not executed on terminal>]
tectonic --keep-intermediates --keep-logs main.tex
Running TeX ...
Running BibTeX on main.aux ...
Rerunning TeX because bibtex was run ...
Rerunning TeX because "main.aux" changed ...
Running xdvipdfmx ...
Writing `main.bbl` (653 B)
Writing `main.out` (1.1953125 KiB)
Writing `main.pdf` (46.1884765625 KiB)
Writing `main.blg` (191 B)
Writing `main.log` (11.3818359375 KiB)
Writing `main.aux` (2.2236328125 KiB)

Script done on 2026-08-29 22:06:24+08:00 [COMMAND_EXIT_CODE="0"]
32 changes: 32 additions & 0 deletions paper/advisor_review/MANIFEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Advisor review artifact manifest

- Canonical repository: `DataSysResearch/GRACE`
- Source base (`main`): `9f81318ecb12cbb5531034a574f6136f65d6b8e2`
- Artifact commit: `81a939ece431b9353858f06651d3cd41fb4e0eb7`
- Entry/PDF/log: `paper/advisor_review/main.tex`, `main.pdf`, `main.log`
- Build: `PATH=/home/shuhao/.conda/envs/neuromem/bin:$PATH make pdf`
- Tectonic exit: `0`; pages: `2`; warnings: none
- Visual check: both pages rendered with `pdftoppm -png -r 110`; no clipping, overflow, broken glyphs, or unintended blank page.

## SHA256

| Artifact | Digest |
|---|---|
| `main.tex` | `f7061ad54029a43fd9abbfc0d15320441c5218f9366821a0303bd8fbc3deabf6` |
| `references.bib` | `87f2cde98ae936380318169345eb201ec8cde49780b2b4da9bd8b7b7fe1c231d` |
| `main.pdf` | `75f6aef516619c6300629fcc03eed2d8103cbd96aa259e1a8fc7bc0b296f5a8b` |
| `main.log` | `f9ac1cfa6c6e406a0502b0bbbfddf44d02480338cb929495314972158704d511` |
| `BUILD_TRANSCRIPT.txt` | `6693dd56bca155a358d5a94ed3b3c9ce0e3bb29fc52d3d6b9550077db9e7122c` |

## Test and evidence boundary

- `git diff --check`: pass.
- PPCSR host build was attempted using the repository CI command, but the host
has no `cmake`; no dependency was installed and no build was claimed.
- Highest accepted evidence: implementation presence plus the repository's
existing hosted PPCSR build probe. Existing benchmark logs are historical and
unbound; no new result is claimed.
- Exact PPCSR, Terrace, and VCSR upstream pins remain missing. The accepted
manuscript is not present, so this independent advisor draft does not replace
or reconstruct its claims.
- Implementation, environment, experiments, and results remain student-owned.
6 changes: 6 additions & 0 deletions paper/advisor_review/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TECTONIC ?= tectonic
.PHONY: pdf clean
pdf:
$(TECTONIC) --keep-intermediates --keep-logs main.tex
clean:
rm -f main.aux main.bbl main.blg main.log main.out main.pdf
Loading
Loading