Skip to content

Commit

Permalink
remote doc / moved to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qihqi committed Nov 29, 2023
1 parent fa8f72f commit ea57582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
2 changes: 1 addition & 1 deletion FIX_LOWERING_FOR_CORE_ATEN_OPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ but produced a different result than torch eager mode.

If the test uses 16-bit floats (float16, bfloat16); This is very likely
that the tolerances that we give to `torch.allclose` to compare was to
strict. You can relax it a bit. Take a look at docs/fixing_core_aten_ops_log.md of one such example.
strict. You can relax it a bit. Take a look at [this issue](https://github.com/pytorch/xla/issues/5934) of one such example.

If the result torchxla produces is totally different than what torch produces, that means it's a bug in lowering code; and probably need
more work. Feel free to tag more people (such as qihqi to look).
Expand Down
79 changes: 0 additions & 79 deletions docs/fixing_core_aten_ops_log.md

This file was deleted.

0 comments on commit ea57582

Please sign in to comment.