-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartifacts.html
More file actions
110 lines (110 loc) · 5.03 KB
/
Copy pathartifacts.html
File metadata and controls
110 lines (110 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Artifacts </title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-15453807-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15453807-1');
</script>
<!-- Note: plugin scripts must be included after the tracking snippet. -->
<script src="https://ipmeta.io/plugin.js"></script>
<script>
provideGtagPlugin({
apiKey: 'e0fd54834fb951707fd2143bf079f519d37e6b5f09c4c9bf123b26783f0eba44bedcdae23d461449',
serviceProvider: 'dimension1',
networkDomain: 'dimension2',
networkType: 'dimension3',
});
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N6CS8DN');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Hong Xu</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="teaching.html">Teaching</a></div>
<div class="menu-item"><a href="services.html">Services</a></div>
<div class="menu-item"><a href="bio.html">Biography</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="papers.html">Publications</a></div>
<div class="menu-item"><a href="students.html">Students</a></div>
<div class="menu-item"><a href="join.html">Joining us</a></div>
<div class="menu-item"><a href="artifacts.html" class="current">Artifacts</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Artifacts </h1>
</div>
<p>Please acknowledge properly in your paper, and kindly drop me an email, if you made use of the following artifacts in your work.
</p>
<h2>Software</h2>
<ul>
<li><p><a href="https://github.com/NetX-lab/Frontier" target=“blank”>Frontier</a> is a discrete-event simulator for modern LLM serving.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/Echo" target=“blank”>Echo</a> is our simulator for distributed LLM training that supports 3D parallelism and ex-situ workload tracing.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/Libra" target=“blank”>Libra</a> is resource management framework for agentic RL post-training.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/NetOpsBench" target=“blank”>NetOpsBench</a> is an open benchmark arena for agentic network troubleshooting.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/GameGen-Verifier" target=“blank”>GameGen-Verifier</a> is a state-grounded fast verifier for LLM-generated games
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/GoMathL2O-Official/" target=“blank”>Code</a> for <a href="share/qingyu-cvpr24.pdf" target=“blank”>GOMathL2O</a> in CVPR’24, our gradient-only learning to optimize (L2O) method. Also contains implementations of many baseline L2O methods.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/Offchain-routing-traces-and-code" target=“blank”>Testbed and simulation
code for Flash</a>, an offchain routing protocol we developed, and traces of two offchain networks (topologies and transactions
data) we collected
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/Elasecutor" target=“blank”>Elasecutor</a>, an elastic executor scheduler for data analytics systems based on Spark.
</p>
</li>
<li><p><a href="https://github.com/NetX-lab/RepNet" target=“blank”>RepNet</a>, an implementation of flow replication based on node.js.
</p>
</li>
<li><p><a href="share/ns3-repflow-public.zip" target=“blank”>NS-3 simulation code for RepFlow</a> on TCP only, based on the <a href="http://code.nsnam.org/adrian/ns-3-dcn/summary" target=“blank”>ns-3-dcn branch</a>.
</p>
</li>
</ul>
<h2>Datasets</h2>
<ul>
<li><p><a href="share/Contracts.zip" target=“blank”>Contracts of utilities powering Google's U.S. datacenters</a> I collected in June 2013.
</p>
</li>
<li><p><a href="share/IXPdata.zip" target=“blank”>Dataset of Internet eXchange Points (IXP) traffic</a> I collected in 2012.
</p>
</li>
</ul>
<div id="footer">
<div id="footer-text">
Page generated 2026-08-23, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
Copyright © 2012–2026 <a href="mailto:hongxu@cuhk.edu.hk">Hong Xu</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>