mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Enable dynamo rosenbrock sparse tests (#124542)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/124542 Approved by: https://github.com/yf225 ghstack dependencies: #124540, #124541
This commit is contained in:
parent
184f16016e
commit
0d0b5b2655
|
|
@ -1138,13 +1138,6 @@ optim_db: List[OptimizerInfo] = [
|
|||
"TestOptimRenewed",
|
||||
"test_set_default_dtype_works_with_foreach",
|
||||
),
|
||||
DecorateInfo(
|
||||
skipIfTorchDynamo(
|
||||
"Fails assertion of params close to params_c at all, see #123147"
|
||||
),
|
||||
"TestOptimRenewed",
|
||||
"test_rosenbrock_sparse",
|
||||
),
|
||||
DecorateInfo(
|
||||
skipIfTorchDynamo(
|
||||
"Accessing grad.real errors, see https://github.com/pytorch/pytorch/issues/117184"
|
||||
|
|
@ -1772,13 +1765,6 @@ optim_db: List[OptimizerInfo] = [
|
|||
"TestOptimRenewed",
|
||||
"test_set_default_dtype_works_with_foreach",
|
||||
),
|
||||
DecorateInfo(
|
||||
skipIfTorchDynamo(
|
||||
"Fails assertion of params close to params_c at all, see #123147"
|
||||
),
|
||||
"TestOptimRenewed",
|
||||
"test_rosenbrock_sparse",
|
||||
),
|
||||
DecorateInfo(
|
||||
skipIfTorchDynamo(
|
||||
"Accessing grad.real errors, see https://github.com/pytorch/pytorch/issues/117184"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user