Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnurag Ranjan <anurag.ranjan@tuebingen.mpg.de>2016-06-07 19:15:54 +0300
committerAnurag Ranjan <anurag.ranjan@tuebingen.mpg.de>2016-06-07 19:15:54 +0300
commit3d5987a35f3c7e2336f3b9c369fba91ba0c4e2ce (patch)
treebd1c6ef947f4dac11afde7c5b6ed4913f8356a12
parent02b5741d4a28486f8cf44ba688ad6a35bdd4176d (diff)
Updated deprecated link
Link to Threshold.cu updated.
-rw-r--r--docs/02-developer-docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/02-developer-docs.md b/docs/02-developer-docs.md
index 1928e04..4998748 100644
--- a/docs/02-developer-docs.md
+++ b/docs/02-developer-docs.md
@@ -330,7 +330,7 @@ The files are included into the package at these lines:
To add CUDA support to the nn.Threshold module, similar to writing a Threshold.c, we will write a Threshold.cu
-- https://github.com/torch/cunn/blob/master/Threshold.cu
+- https://github.com/torch/cunn/blob/master/lib/THCUNN/Threshold.cu
and include it here: