Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
522c8e8
restore feat: add UDMA P2P perf demo (#40)
hechangcheng2303 Jun 25, 2026
dabb7f3
feat: add memory_consume P2P transport for UDMA perf demo
hechangcheng2303 Jun 26, 2026
c2bb232
feat: add direct_urma_post_only P2P transport for UDMA perf demo
hechangcheng2303 Jun 26, 2026
0125b6d
docs: design data-as-flag epoch ordered mode
Jun 26, 2026
bcdf3cb
docs: plan epoch ordered data-as-flag mode
Jun 26, 2026
42cb480
feat: add epoch ordered data-as-flag transport config
Jun 26, 2026
10ce22b
feat: add epoch ordered data-as-flag helpers
Jun 26, 2026
6c97649
feat: add epoch ordered data-as-flag p2p kernel
Jun 26, 2026
16ec40b
feat: wire epoch ordered data-as-flag p2p host path
Jun 26, 2026
51ba459
feat: add strict flag checks for epoch ordered data-as-flag
Jun 26, 2026
5616745
fix: use copyout DataCopyPad for epoch flags
Jun 26, 2026
f4a015b
fix: use byte stride for epoch flag copyout
Jun 26, 2026
9d9560a
fix: write epoch flags as per-block data copies
Jun 26, 2026
3d85675
fix: allow newer epoch steps for data-as-flag waits
Jun 26, 2026
5c9d046
fix: load epoch flags as aligned flag blocks
Jun 26, 2026
37bc990
fix: limit strict epoch checks to batch boundaries
Jun 26, 2026
0960ec6
fix: batch commit epoch ordered data-as-flag
Jun 27, 2026
a5c2a23
docs: add UDMA P2P transport comparison and stop ignoring *.md
hechangcheng2303 Jun 27, 2026
124b8c5
docs: translate UDMA P2P transport comparison to Chinese
hechangcheng2303 Jun 27, 2026
9e0e0ac
test: add segmented memory p2p diagnostics
hechangcheng2303 Jun 27, 2026
37544a6
test: add memory p2p segment cycle trace
hechangcheng2303 Jun 27, 2026
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ comm/Makefile
comm/cmake_install.cmake
install_manifest.txt
patches/
.tmp
tests/udma/logs
*.diff
*.bz2
tmp
.kilo
Loading