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-10-31Fix broken link to torch.ch.Brandon Amos
2015-10-26kick contbuildSoumith Chintala
2015-10-26adding contbuildSoumith Chintala
2015-10-23fix thread terminate()Ronan Collobert
2015-10-21Merge pull request #29 from yangky11/add-notice-about-upvalues-in-READMESoumith Chintala
2015-10-14Merge pull request #31 from Moodstocks/doc-serializeSoumith Chintala
2015-10-14README: fix shared serialization package nameCédric Deltheil
2015-10-12fix lua_equal with lua 5.2Ronan Collobert
2015-10-12sharedserialize: added support for tds.VecRonan Collobert
2015-10-12shareserialize: support last version of tdsRonan Collobert
2015-10-04formatKaiyu Yang
2015-10-04formatKaiyu Yang
2015-10-04formatKaiyu Yang
2015-10-04formatKaiyu Yang
2015-10-04formatKaiyu Yang
2015-10-04first commitKaiyu Yang
2015-09-18Merge pull request #27 from adamlerer/tb_returnSoumith Chintala
2015-09-18Fix return values with xpcallAdam Lerer
2015-09-17Merge pull request #25 from adamlerer/tracebackRonan Collobert
2015-09-17Capture the traceback in thread jobsAdam Lerer
2015-09-07Merge pull request #24 from LinusU/patch-1Soumith Chintala
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-07-21cleanup sharedserialize (now supports properly CudaTensor/CudaStorage, if cut...Ronan Collobert
2015-07-17Merge pull request #20 from adamlerer/THCondition_freeSoumith Chintala
2015-07-17free THCondition objectAdam Lerer
2015-05-13fixing typoSoumith Chintala
2015-05-05fix lua 5.2 supportRonan Collobert
2015-05-05added a test case which creates a lot of thread poolsRonan Collobert
2015-05-05support lua 5.2Ronan Collobert
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