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

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-01adding multiple types for distdistfixsoumith
2016-11-01adding multiple types for cumsum, cumprodsoumith
2016-11-01Merge pull request #575 from torch/powtraceSoumith Chintala
2016-11-01adding multiple types for pow, trace, diag, tril, triusoumith
2016-11-01Merge pull request #574 from torch/nonzeroSoumith Chintala
2016-11-01implement torch.nonzerosoumith
2016-10-28Merge pull request #573 from gchanan/hdotCuda8Soumith Chintala
2016-10-28Add hdot support for CUDA 8.Gregory Chanan
2016-10-27Merge pull request #572 from gchanan/doubleTensorMulSoumith Chintala
2016-10-27Enable '*' for CudaDoubleTensors.Gregory Chanan
2016-10-26Merge pull request #569 from colesbury/voidSoumith Chintala
2016-10-26Use 'void' for no-arg functionsSam Gross
2016-10-26pushing THCState back to the headerthcstateheadersoumith
2016-10-25Merge pull request #566 from torch/cachedeviceSoumith Chintala
2016-10-25Store the device in THCStoragesoumith
2016-10-25Merge pull request #565 from torch/allocatorupdatesSoumith Chintala
2016-10-25Merge pull request #562 from howard0su/masterSoumith Chintala
2016-10-25allocator updatessoumith
2016-10-25some bugfixes for THCsoumith
2016-10-25Merge branch 'master' into myHoward Su
2016-10-25we can use _NPROCESSOR_CONF instead of a hack for tegraHoward Su
2016-10-20Merge pull request #558 from gchanan/genericDeviceTensorUtilsSoumith Chintala
2016-10-20Add generic type support for toDeviceTensor.Gregory Chanan
2016-10-18correct input types to lua_pushbooleansoumith
2016-10-17gcc 5 + cuda < 8 workaround improvedSoumith Chintala
2016-10-17Merge pull request #555 from colesbury/streamsSoumith Chintala
2016-10-17Fix cutorch.getStream()Sam Gross
2016-10-17guards for halfSoumith Chintala
2016-10-17Merge pull request #554 from torch/catmultipleSoumith Chintala
2016-10-17torch.cat for multiple cuda typesSoumith Chintala
2016-10-17Update cutorch-1.0-0.rockspecSoumith Chintala
2016-10-17Merge pull request #550 from colesbury/streamsSoumith Chintala
2016-10-16Merge pull request #548 from BTNC/win-msvcSoumith Chintala
2016-10-15Add stream API that is not based on indicesSam Gross
2016-10-14Merge pull request #549 from colesbury/allocatorSoumith Chintala
2016-10-14Fix caching allocator when used from multiple Lua threadsSam Gross
2016-10-14make cunn compile with msvc && fix compilation failure for linux/mac osRui Guo
2016-10-14adding hasHalfInstructions and hasFastHalfInstructions exposed to luasoumith
2016-10-14Merge pull request #547 from torch/p100fixSoumith Chintala
2016-10-14removing CUDA_HALF_INSTRUCTIONS and enabling hgemm only for P100p100fixsoumith
2016-10-14Merge pull request #546 from torch/revert-543-win-msvcSoumith Chintala
2016-10-14Revert "changes to make cunn compile on windows with msvc"Soumith Chintala
2016-10-13Merge pull request #543 from BTNC/win-msvcSoumith Chintala
2016-10-13changes to make cunn compile on windows with msvcRui Guo
2016-10-13Merge pull request #542 from gchanan/atomicAddStaticInlineSoumith Chintala
2016-10-13Make atomicAdd functions static inline.Gregory Chanan
2016-10-11Merge pull request #530 from killeent/more-generic-functionsSoumith Chintala
2016-10-10Merge remote-tracking branch 'upstream/master' into more-generic-functionsTrevor Killeen
2016-10-08Merge pull request #533 from BTNC/replace-longSoumith Chintala
2016-10-08replace long with ptrdiff_t for memory size/offset, element countRui Guo