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
2017-05-09Add a keepdim parameter for reduction functions over a single dimension.Gregory Chanan
2017-05-09Fix bug in magma qr decomposition and add tests for larger matricesAlexander Matyasko
2017-05-09Implement lgamma function.ethanluoyc
2017-05-09use current stream in cat array kernel launchTrevor Killeen
2017-05-09s/IndexType/longTrevor Killeen
2017-05-03add device asserts in scatter/gather kernelsTrevor Killeen
2017-04-28half<->float conversion cleanup (#680)Boris Fomitchev
2017-04-28guard topk for half (#759)Trevor Killeen
2017-04-28Change magma_sgesvd to magma_sgesdd which is significantly fasterAlexander Matyasko
2017-04-28implement expand/expandAs in CPU/GPU codeTrevor Killeen
2017-04-25Generic TopK implementation (#744)Trevor Killeen
2017-04-21add cusparse link dependencysoumith
2017-04-21create and expose handles for cusparseMartin Raison
2017-04-19Include THCNumerics.cuh in THCAtomics.cuh. (#752)gchanan
2017-04-19Make luaL_setfuncs detection more robustlvdmaaten
2017-04-13Fix abs with char and short cuda types. (#747)gchanan
2017-04-13block wide reduction with multiple values to reduce at once (#745)Trevor Killeen
2017-04-11fix memory leak in btrisolve and getrialbanD
2017-04-08Fix remainder and cremainder for integer typesRudy Bunel
2017-04-05Use thrust::inclusive_scan for 1D cumsum/cumprod (#742)Sam Gross
2017-03-30Get rid of warp-synchronous code (#739)ngimel
2017-03-27Add mode kernelTrevor Killeen
2017-03-26Merge pull request #735 from bamos/masterSoumith Chintala
2017-03-26Update btrisolve argument order.Brandon Amos
2017-03-25Merge pull request #734 from apaszke/gerSoumith Chintala
2017-03-24Use zero instead of mul when beta == 0 in addrAdam Paszke
2017-03-24Merge pull request #733 from apaszke/btriSoumith Chintala
2017-03-24Make rinfo_ optional in btrifactAdam Paszke
2017-03-23adding batch triangular factorization and solves, add IntegerTensor to cwrapZico Kolter
2017-03-22Merge pull request #732 from apaszke/magma_svdSoumith Chintala
2017-03-22Narrow V when returning only some right singular vectorsAdam Paszke
2017-03-16Merge pull request #729 from shenxiul/cuda_linspaceSoumith Chintala
2017-03-16implement linspace, logspace and range in CUDAShenxiu Liu
2017-03-15Merge pull request #723 from killeent/scan-primitiveSoumith Chintala
2017-03-15Merge pull request #727 from killeent/key-only-sortSoumith Chintala
2017-03-10key only block-wide bitonic sortTrevor Killeen
2017-03-10Merge pull request #726 from killeent/test-fixSoumith Chintala
2017-03-10fix bug in testing codeTrevor Killeen
2017-03-08Merge pull request #725 from colesbury/recordStreamSoumith Chintala
2017-03-08Check event_count before merging blocksSam Gross
2017-03-08Merge pull request #724 from guillaumekln/caching-allocator-accessorSoumith Chintala
2017-03-08Add CUDA caching allocator accessorGuillaume Klein
2017-03-08add implementation of inclusive scan via upsweep-downsweepTrevor Killeen
2017-03-06Merge pull request #721 from colesbury/recordStreamSoumith Chintala
2017-03-06Add THCCachingAllocator_recordStream()Sam Gross
2017-03-03Merge pull request #720 from guillaumekln/half-baddbmmSoumith Chintala
2017-03-03Support half precision in baddbmmGuillaume Klein
2017-03-03Merge pull request #719 from twitter-forks/cat-fixSoumith Chintala
2017-03-03Adding tests for cat without specifying the dimensionPavan Yalamanchili
2017-03-03Fix bug in cat when dimension is not specified.Pavan Yalamanchili