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-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
2016-10-08Merge pull request #531 from gchanan/AtomicsSoumith Chintala
2016-10-07[cutorch refactor] addcmul/addcdiv to genericTrevor Killeen
2016-10-07[cutorch refactor] cmin/cmax to genericTrevor Killeen
2016-10-07[cutorch refactor] make dist(...)'s op generic, add missing unit testTrevor Killeen
2016-10-07[cutorch refactor] move cross(...) to genericTrevor Killeen
2016-10-07[cutorch refactor] move lerp(...) to genericTrevor Killeen
2016-10-07[cutorch refactor] move clamp(...) to genericTrevor Killeen
2016-10-07[cutorch refactor] make var(...) genericTrevor Killeen
2016-10-07[cutorch refactor] cleanup code in prep for reviewTrevor Killeen
2016-10-07[cutorch refactor] fixes for norm, wrap/testTrevor Killeen
2016-10-07[cutorch refactor] move stdall into generic, wrap test for stdTrevor Killeen
2016-10-07[cutorch refactor] move varall into genericTrevor Killeen
2016-10-07[cutorch refactor] move normall to genericTrevor Killeen
2016-10-07Make _norm(...)'s ops genericTrevor Killeen
2016-10-07[cutorch refactor] move mean function into generic/Trevor Killeen
2016-10-07Make _norm(...)'s ops genericTrevor Killeen
2016-10-07[cutorch refactor] move std function into genericTrevor Killeen
2016-10-07[cutorch refactor] wrapper + test for renormTrevor Killeen
2016-10-07[cutorch refactor] move renorm function into genericTrevor Killeen
2016-10-07[cutorch refactor] move std function into genericTrevor Killeen
2016-10-07[cutorch refactor] make _renorm(...)'s ops genericTrevor Killeen
2016-10-07[cutorch refactor] move std function into genericTrevor Killeen
2016-10-07Move _std dependencies into THCTensorMathReduce.cuhTrevor Killeen
2016-10-07[cutorch refactor] update unit test for mean to test all tensor typesTrevor Killeen
2016-10-07[cutorch refactor] move meanall function into generic/, update cwrap for lua ...Trevor Killeen
2016-10-07[cutorch refactor] move mean function into generic/Trevor Killeen
2016-10-07Move atomicAdd functions to THCAtomics.cuh in order to shareGregory Chanan
2016-10-07Merge pull request #528 from BTNC/masterSoumith Chintala
2016-10-07bug fix for wrong usage of checkGPU && port to windows with msvcRui Guo
2016-10-03adding stdc++ static linking on TH_BINARY_BUILD=1 always, because caching all...soumith
2016-10-02Compile fixes for picky compilers / stl versions (#518)Ricardo Barreira
2016-09-30Merge pull request #519 from colesbury/thread_localSoumith Chintala
2016-09-30Make some basic THC operations thread-safeSam Gross
2016-09-28Merge pull request #516 from gchanan/gftSoumith Chintala
2016-09-28Add support for GenerateFloatTypes, for use with cunn.Gregory Chanan
2016-09-27Merge pull request #514 from colesbury/masterSoumith Chintala
2016-09-27Only set c++11 compiler flags on THCCachingAllocator.cppSam Gross
2016-09-27fix c++11 flags thingSoumith Chintala
2016-09-26Merge pull request #512 from colesbury/masterSoumith Chintala