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

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2015-04-08 01:49:02 +0300
committerRonan Collobert <ronan@collobert.com>2015-04-08 05:04:09 +0300
commit5661155854c7f5135bc8f78344b39574f53f7635 (patch)
tree6837ac1eb71f687a9f1b50064e4ef7b6ed61b5f8 /test
parent8234b69d147b37f89936c0ac8bb197a2440879c7 (diff)
refcount job queues
Diffstat (limited to 'test')
-rw-r--r--test/simple.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/simple.lua b/test/simple.lua
index 3b30ce6..0312da5 100644
--- a/test/simple.lua
+++ b/test/simple.lua
@@ -108,4 +108,6 @@ for i=1,njob do
assert(torch.FloatTensor(ys[i]):sum() == 2*D)
end
+threads:terminate()
+
print('PASSED')