Skip to content

Commit

Permalink
add profile case
Browse files Browse the repository at this point in the history
  • Loading branch information
marigoold committed Jul 28, 2023
1 parent 18bcdc4 commit e0899c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/test/modules/test_bincount.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_bincount_0element(test_case):
@profile(torch.bincount)
def profile_bincount(test_case):
torch.bincount(torch.ones(4096).int())
# torch.bincount(torch.ones(65536).int())
torch.bincount(torch.ones(65536).int())


if __name__ == "__main__":
Expand Down

0 comments on commit e0899c4

Please sign in to comment.