From 247510e7b50a79ba26de7be1ffb2eec1309c67f0 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 25 Apr 2019 20:34:18 +0200 Subject: [PATCH] Updated TH to ATen porting guide (markdown) --- TH-to-ATen-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TH-to-ATen-porting-guide.md b/TH-to-ATen-porting-guide.md index 5efd77a..1e82b68 100644 --- a/TH-to-ATen-porting-guide.md +++ b/TH-to-ATen-porting-guide.md @@ -152,7 +152,7 @@ General guidance: maybe someone has ported something similar before! You can use * `#pragma omp`. This parallelizes CPU loops, with a huge impact on performance. Don't forget to preserve these when you move loops over! -## Caveats for [native_functions.yaml](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/native_functions.yaml) +## Caveats for `native_functions.yaml` * The argument order in [native_functions.yaml](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/native_functions.yaml) does not match the order in [NativeFunctions.h](https://github.com/pytorch/pytorch/blob/master/torch/include/ATen/NativeFunctions.h). Example: