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

github.com/torch/sys.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-28fix fexecute for windowsRui Guo
2016-09-20Fix type error in find_prefixnagadomi
2016-09-12fixing sys to not forknagadomi
2016-09-10fixing sys to not fork for figuring out sys.OSSoumith Chintala
2016-08-25fixing readwhat optionSoumith Chintala
2016-03-31Separate sys.COLORS and sys.fpath into their own filesSam Gross
The sys package forks processes when the package is required to determine the OS and prefix. Unfortunately, due to a bug in OpenBLAS, simulatenous calls to fork can deadlock. The torch7 and image packages require sys at intialization, which now makes deadlocks much more common when using Torch threads and OpenBLAS. This moves sys.COLORS and sys.fpath into their own files which can be required independently, so that torch7 and image don't have to require all of sys and fork at initialization.
2016-03-05making sys.OS be protectedsoumith
2015-04-29Lua 5.2 compatibilitySam Gross
2013-10-12...1.1-0Clement Farabet
2013-10-12Backward compatClement Farabet
2013-10-09...Clement Farabet
2013-10-09Doc, and cleanup of core functions.Clement Farabet
2013-10-09Repackaged sysClement Farabet
2013-04-11Added operand to ls-based functionAlfredo Canziani
2012-10-03...Clement Farabet
2012-10-03Resolved leak in /tmp/Clement Farabet
2012-08-22fixed strClement Farabet
2012-08-20ARG>Clement Farabet
2012-08-20Fixed little bug for sys.executeClement Farabet
2012-08-18Smarter sys.execute() [doesnt use a tmp file anymore]Clement Farabet
2012-06-17Fixed sys.split()Clement Farabet
2012-02-01New API: cmake.Clement Farabet