Skip to content

Commit 615f8a1

Browse files
authored
Fix link to show rendered markdown instead of edit (#9028)
Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
1 parent 419f725 commit 615f8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OP_LOWERING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here's an example of what you might see from the PyTorch/XLA debugging tool for
88
pt-xla-profiler: Op(s) not lowered: aten::_ctc_loss, aten::_ctc_loss_backward, Please open a GitHub issue with the above op lowering requests.
99
```
1010

11-
Furthermore, if possible, we want to lower operations to use `full_codegen` see our [codegen migration guide](https://github.com/pytorch/xla/edit/document_xla_override/CODEGEN_MIGRATION_GUIDE.md) for more instructions.
11+
Furthermore, if possible, we want to lower operations to use `full_codegen` see our [codegen migration guide](https://github.com/pytorch/xla/blob/document_xla_override/CODEGEN_MIGRATION_GUIDE.md) for more instructions.
1212

1313
## Before you start
1414
You should follow the instructions in [here](https://github.com/pytorch/xla/blob/master/CONTRIBUTING.md) to install required dependencies and build pytorch and pytorch/XLA from the source. You do not need access to TPU to implement the lowering. It is recommended to experiment on a workstation and configure it to use XLA:CPU. You can configure Pytorch/XLA to use XLA:CPU by running

0 commit comments

Comments
 (0)