Skip to content

Commit 51f651b

Browse files
committed
remove non-xpu marker
1 parent 200c9eb commit 51f651b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_kwargs_handlers.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_kwargs_handler(self):
5050
assert MockClass(a=2, c=2.25).to_kwargs() == {"a": 2, "c": 2.25}
5151

5252
@require_non_cpu
53-
@require_non_xpu
5453
def test_grad_scaler_kwargs(self):
5554
# If no defaults are changed, `to_kwargs` returns an empty dict.
5655
scaler_handler = GradScalerKwargs(init_scale=1024, growth_factor=2)

tests/test_optimizer.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def test_accelerated_optimizer_pickling(self):
3737

3838

3939
@require_non_cpu
40-
@require_non_xpu
4140
class OptimizerTester(unittest.TestCase):
4241
def test_accelerated_optimizer_step_was_skipped(self):
4342
model = torch.nn.Linear(5, 5)

0 commit comments

Comments
 (0)