Skip to content

Commit 73e1866

Browse files
authored
Update README.md
1 parent 9f2e7ab commit 73e1866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Building a new design based on MGG with NVSHMEM is simple, there are only severa
178178
## 4.1 Build the C++ design based on our existing examples
179179
+ Create a new `.cu` file under `src/`. An example is shown below.
180180

181-
https://github.com/YukeWang96/MGG-OSDI23-AE/blob/0024bdd68d9684b0434547d69462b01e225fe420/src/mgg_np_div_kernel.cu#L78-L87
181+
https://github.com/YukeWang96/MGG_OSDI23/blob/9f2e7abc6ef433b6d0f6a4f7e88be162f948df75/src/mgg_np_div_kernel.cu#L78-L87
182182

183183
## 4.2 Build the CUDA kernel design based on our existing examples.
184184
+ Add a kernel design in `include/neighbor_utils.cuh`. An example is shown below.

0 commit comments

Comments
 (0)