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
AgeCommit message (Expand)Author
2015-04-21added async thread test (example)Ronan Collobert
2015-04-21fix unused variablesRonan Collobert
2015-04-21moved away from FFIRonan Collobert
2015-04-19updated neural network threaded training example such that it uses shared ser...Ronan Collobert
2015-04-13Merge pull request #12 from Atcold/alfFixSoumith Chintala
2015-04-13Cleaned documentationAlfredo Canziani
2015-04-13Removed trailing white spacesAlfredo Canziani
2015-04-13Better simple script and updated docAlfredo Canziani
2015-04-08sharedserialize: do not assume things are available in ffi.CRonan Collobert
2015-04-08refcount job queuesRonan Collobert
2015-04-05fix sharedserialize testRonan Collobert
2015-04-05sharedserialize: now handles also torch storages + tds hashRonan Collobert
2015-04-02synchronize (also) after specificRonan Collobert
2015-04-02improved serialization such that it does not mess up with luajit's GCRonan Collobert
2015-03-24added specific([boolean]) and fix threads initialization accordinglyRonan Collobert
2015-03-14added sharedserialize (auto-magically shares torch tensors)Ronan Collobert
2015-03-14added serialization choosing option (Threads.serialization())Ronan Collobert
2015-03-12added hasjob() and haserror()Ronan Collobert
2015-03-12synchronize at GC (avoids certain unexpected segfaults)Ronan Collobert
2015-03-11added acceptsjob() and addjobasync()Ronan Collobert
2015-03-10fix for adding many jobs continuously and not stallingsoumith
2015-01-22Merge pull request #8 from nicholas-leonard/exampleRonan Collobert
2015-01-12more documentation + removed redundant Worker argumentnicholas-leonard
2015-01-09Merge pull request #7 from nicholas-leonard/exampleRonan Collobert
2015-01-09Example lua code + library documentationnicholas-leonard
2015-01-09Threads constructor has default init functionnicholas-leonard
2014-11-05Merge pull request #5 from torch/addjobfixSoumith Chintala
2014-11-05addjob now is error-awaresoumith
2014-10-18jit endcallbackidRonan Collobert
2014-10-18better handling of thread errors (vs let it crash miserably)Ronan Collobert
2014-10-17cleaned up workersRonan Collobert
2014-10-17bug fix: corner-case synchronization problemRonan Collobert
2014-09-30documenting the undocumentedSoumith Chintala
2014-09-20README.md: link to benchmarkRonan Collobert
2014-09-20benchmark: a real-life use case of threads with torch7 neural netsRonan Collobert
2014-09-20README.md: fixRonan Collobert
2014-03-20pass thread idx to init functionsRonan Collobert
2013-10-21Update threads-scm-1.rockspecRonan Collobert
2013-10-21Update README.mdRonan Collobert
2013-09-18bugfix: install filenames in rocks were wrong (strange: it was working anyways)Ronan Collobert
2013-09-13added copyrightRonan Collobert
2013-09-13more docRonan Collobert
2013-09-13more docRonan Collobert
2013-09-13added a first README.mdRonan Collobert
2013-09-13bugfix: forgot to correct the require in worker threadsRonan Collobert
2013-09-13provide rockspec + require correction such that it works as a packageRonan Collobert
2013-09-13initial commit (full working system)Ronan Collobert