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

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26fix bug in mmapingfixmmapsoumith
2016-10-24Merge pull request #812 from howard0su/masterSoumith Chintala
2016-10-24Fix the reference so that trepl can find the right documentHoward Su
2016-10-17Merge pull request #800 from colesbury/openmpSoumith Chintala
2016-10-17Expose OpenMP num threads through TH libSam Gross
2016-10-13Merge pull request #797 from BTNC/winSoumith Chintala
2016-10-13change timeSort test to work on windowsRui Guo
2016-10-13Merge pull request #796 from howard0su/masterSoumith Chintala
2016-10-13Fix error when run torch.test multi timesJun Su
2016-10-12Merge pull request #793 from howard0su/masterSoumith Chintala
2016-10-12Fix build when NEON is supportedHoward Su
2016-10-07Merge pull request #785 from BTNC/replace-longSoumith Chintala
2016-10-03‘fix compilation error: 'orr' loop initial declarations are only allowed in...Rui Guo
2016-10-03replace long with ptrdiff_t for memory size/offset etcRui Guo
2016-10-02fix arm neon bugsoumith
2016-10-01a couple of changes for win32 (#779)BTNC
2016-09-30Merge pull request #782 from apaszke/error_handlersSoumith Chintala
2016-09-30Allow changing the default error handler for all threadsAdam Paszke
2016-09-27windows high resolution timer with a few makefile changes (#776)BTNC
2016-09-26Merge pull request #774 from BTNC/masterSoumith Chintala
2016-09-26Merge remote-tracking branch 'upstream/master'Rui Guo
2016-09-26bug fix for read/writeLong in THMemoryFileRui Guo
2016-09-19Merge pull request #768 from BTNC/masterSoumith Chintala
2016-09-19fix cpuid ecx; change to compile with msvcRui Guo
2016-09-15Merge pull request #765 from apaszke/fix_modeSoumith Chintala
2016-09-15Fix modeAdam Paszke
2016-09-10prevent Unknown CMake command "check_function_exists". (#761)Lumin Zhou
2016-09-08Merge pull request #758 from apaszke/masterSoumith Chintala
2016-09-08Don't check memory permissions with write on OS XAdam Paszke
2016-09-08Add incref/decref for THRefcountedMapAllocatorAdam Paszke
2016-09-08Fix shm_open and shm_unlink cmake testAdam Paszke
2016-09-08Fix segfault in THMapAllocatorAdam Paszke
2016-09-08adding generic/THVector.h to cmakesoumith
2016-09-08Added dyanamic dispatch for x86 (#755)Robert
2016-09-06Merge pull request #757 from apaszke/masterSoumith Chintala
2016-09-06Add new flags for THMapAllocatorAdam Paszke
2016-09-01Merge pull request #753 from apaszke/masterSoumith Chintala
2016-09-01Add new shared memory allocator to THAdam Paszke
2016-08-27Merge pull request #748 from torch/funcloadSoumith Chintala
2016-08-25changing function load errors to warningsSoumith Chintala
2016-08-23Merge pull request #746 from CDLuminate/fix-32bit-system-abs-test-failureSoumith Chintala
2016-08-23test: fix 32-bit system abs test failure.Zhou Mo
2016-08-23Merge pull request #745 from temerick/patch-2Soumith Chintala
2016-08-23clean up equations in documentationTimothy Emerick
2016-08-13fix addmm and addmv documentation when they are methodsSoumith Chintala
2016-08-12Merge pull request #738 from CDLuminate/cmake-add-soversion-for-THSoumith Chintala
2016-08-11Merge pull request #739 from CDLuminate/fix-spelling-errorSoumith Chintala
2016-08-11fix several spelling errorsZhou Mo
2016-08-11cmake: add soversion for libTHZhou Mo
2016-08-11Merge pull request #736 from apaszke/masterSoumith Chintala