From 3d5987a35f3c7e2336f3b9c369fba91ba0c4e2ce Mon Sep 17 00:00:00 2001 From: Anurag Ranjan Date: Tue, 7 Jun 2016 18:15:54 +0200 Subject: Updated deprecated link Link to Threshold.cu updated. --- docs/02-developer-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3