Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Apr 11, 2024
1 parent 63b6e47 commit 92d17fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_fori_loop_tpu_simple_linear(self):
device = xm.xla_device()
torch.set_grad_enabled(False)

upper = torch.tensor([1], dtype=torch.int32, device=device)
upper = torch.tensor([50], dtype=torch.int32, device=device)
lower = torch.tensor([0], dtype=torch.int32, device=device)
init_val = torch.tensor([1], dtype=torch.int32, device=device)
l_in_0 = torch.randn(10, device=xm.xla_device())
Expand Down

0 comments on commit 92d17fd

Please sign in to comment.