Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Apr 10, 2024
1 parent 81d3c88 commit 16f8b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_fori_loop_simple_linear_model_test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def body_fun(l_in_i):
print("l_in_i_plus_1_: ", l_in_i_plus_1_)
print("l_out_: ", l_out_)


for i in range(5):
l_out_expected = linear_0(l_in_0)
print("expected: ", l_out_expected)

# --- linear two ---
l_in_2 = torch.randn(10, device=xm.xla_device())
Expand Down

0 comments on commit 16f8b5b

Please sign in to comment.