Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
b80b6eaa
Unverified
Commit
b80b6eaa
authored
Oct 20, 2022
by
Frank Lee
Committed by
GitHub
Oct 20, 2022
Browse files
[autoparallel] recovered skipped test cases (#1748)
parent
474111ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_getitem_handler.py
...st_tensor_shard/test_node_handler/test_getitem_handler.py
+0
-1
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_reshape_handler.py
...st_tensor_shard/test_node_handler/test_reshape_handler.py
+0
-1
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_unary_element_wise_handler.py
...hard/test_node_handler/test_unary_element_wise_handler.py
+0
-1
No files found.
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_getitem_handler.py
View file @
b80b6eaa
...
...
@@ -21,7 +21,6 @@ class GetItemModel(nn.Module):
return
x
@
run_on_environment_flag
(
name
=
'AUTO_PARALLEL'
)
def
test_getitem_function_handler
():
model
=
GetItemModel
()
tracer
=
ColoTracer
()
...
...
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_reshape_handler.py
View file @
b80b6eaa
...
...
@@ -20,7 +20,6 @@ class ReshapeModel(nn.Module):
return
reshape_node
@
run_on_environment_flag
(
name
=
'AUTO_PARALLEL'
)
def
test_reshape_handler
():
model
=
ReshapeModel
()
tracer
=
ColoTracer
()
...
...
tests/test_auto_parallel/test_tensor_shard/test_node_handler/test_unary_element_wise_handler.py
View file @
b80b6eaa
...
...
@@ -22,7 +22,6 @@ class ReLuModel(nn.Module):
return
relu_node
@
run_on_environment_flag
(
name
=
'AUTO_PARALLEL'
)
def
test_elementwise_handler
():
model
=
ReLuModel
()
tracer
=
ColoTracer
()
...
...
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