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
path: root/lib/THC
AgeCommit message (Expand)Author
2016-11-03making dot to have an accreal return type (consistent with CPU)dotfixsoumith
2016-11-02TH_INDEX_BASE for nonzerosoumith
2016-11-01CMake: Install generic/THCTensorMathScan.hDinesh Bolkensteyn
2016-11-01adding multiple types for distdistfixsoumith
2016-11-01adding multiple types for cumsum, cumprodsoumith
2016-11-01adding multiple types for pow, trace, diag, tril, triusoumith
2016-11-01implement torch.nonzerosoumith
2016-10-28Add hdot support for CUDA 8.Gregory Chanan
2016-10-26Use 'void' for no-arg functionsSam Gross
2016-10-26pushing THCState back to the headerthcstateheadersoumith
2016-10-25Store the device in THCStoragesoumith
2016-10-25allocator updatessoumith
2016-10-25some bugfixes for THCsoumith
2016-10-20Merge pull request #558 from gchanan/genericDeviceTensorUtilsSoumith Chintala
2016-10-20Add generic type support for toDeviceTensor.Gregory Chanan
2016-10-17gcc 5 + cuda < 8 workaround improvedSoumith Chintala
2016-10-17Fix cutorch.getStream()Sam Gross
2016-10-17torch.cat for multiple cuda typesSoumith 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-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-14removing CUDA_HALF_INSTRUCTIONS and enabling hgemm only for P100p100fixsoumith
2016-10-14Revert "changes to make cunn compile on windows with msvc"Soumith Chintala
2016-10-13changes to make cunn compile on windows with msvcRui Guo
2016-10-13Make atomicAdd functions static inline.Gregory Chanan
2016-10-10Merge remote-tracking branch 'upstream/master' into more-generic-functionsTrevor Killeen
2016-10-08replace long with ptrdiff_t for memory size/offset, element countRui Guo
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] 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