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
apex
Commits
cc5f83b5
Commit
cc5f83b5
authored
Aug 10, 2022
by
hubertlu-tw
Browse files
Skip a failing test introduced by a upstream PyTorch regression
parent
12ff0e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/L0/run_optimizers/test_fused_optimizer.py
tests/L0/run_optimizers/test_fused_optimizer.py
+1
-0
No files found.
tests/L0/run_optimizers/test_fused_optimizer.py
View file @
cc5f83b5
...
...
@@ -105,6 +105,7 @@ class TestFusedAdam(TestFusedOptimizer):
def
test_half
(
self
):
self
.
gen_single_type_test
(
param_type
=
torch
.
float16
,
skip_assert
=
True
)
@
unittest
.
skip
(
"Skipped the test since a regression introduced from PyTorch upstream: due to https://github.com/pytorch/pytorch/issues/80809#issuecomment-1175211598. Please also refer to https://github.com/ROCmSoftwarePlatform/apex/issues/82"
)
def
test_bfloat16
(
self
):
self
.
gen_single_type_test
(
param_type
=
torch
.
bfloat16
,
skip_assert
=
True
)
...
...
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