Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
ae0eafd2
"openmmapi/src/PythonForceImpl.cpp" did not exist on "644cc275ab5a549a82cce4d49680da729c2051e6"
Commit
ae0eafd2
authored
Mar 25, 2025
by
Chenggang Zhao
Browse files
Remove confusing comments
parent
c4b8ffc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
tests/test_internode.py
tests/test_internode.py
+0
-1
tests/test_intranode.py
tests/test_intranode.py
+0
-1
No files found.
tests/test_internode.py
View file @
ae0eafd2
...
@@ -128,7 +128,6 @@ def test_main(num_sms: int, local_rank: int, num_local_ranks: int, num_ranks: in
...
@@ -128,7 +128,6 @@ def test_main(num_sms: int, local_rank: int, num_local_ranks: int, num_ranks: in
check_data
(
recv_topk_weights
,
recv_gbl_rank_prefix_sum
)
check_data
(
recv_topk_weights
,
recv_gbl_rank_prefix_sum
)
# Test cached dispatch (must without top-k staffs)
# Test cached dispatch (must without top-k staffs)
# NOTES: handle must be refreshed
if
not
with_topk
:
if
not
with_topk
:
dispatch_args
=
{
'x'
:
current_x
,
'handle'
:
handle
,
'config'
:
config
,
'async_finish'
:
async_mode
}
dispatch_args
=
{
'x'
:
current_x
,
'handle'
:
handle
,
'config'
:
config
,
'async_finish'
:
async_mode
}
if
previous_mode
:
if
previous_mode
:
...
...
tests/test_intranode.py
View file @
ae0eafd2
...
@@ -112,7 +112,6 @@ def test_main(num_sms: int, local_rank: int, num_ranks: int, rank: int, buffer:
...
@@ -112,7 +112,6 @@ def test_main(num_sms: int, local_rank: int, num_ranks: int, rank: int, buffer:
check_data
(
recv_topk_weights
,
rank_prefix_matrix
)
check_data
(
recv_topk_weights
,
rank_prefix_matrix
)
# Test cached dispatch (must without top-k staffs)
# Test cached dispatch (must without top-k staffs)
# NOTES: handle must be refreshed
if
not
with_topk
:
if
not
with_topk
:
dispatch_args
=
{
'x'
:
current_x
,
'handle'
:
handle
,
'config'
:
config
,
'async_finish'
:
async_mode
}
dispatch_args
=
{
'x'
:
current_x
,
'handle'
:
handle
,
'config'
:
config
,
'async_finish'
:
async_mode
}
if
previous_mode
:
if
previous_mode
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment