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-07-29reduce and BLAS workJeff Johnson
2016-06-11template workJeff Johnson
2016-04-10[THCTensorMath] Remove use of broken THInf macro, which caused UBThomas Köppe
2015-10-05Implementation of torch.catDominik Grewe
2015-08-20Fix resize in addcdiv and addcmul.Dominik Grewe
2015-08-07Merge facebook changesAdam Lerer
2015-06-24Stream support for BLAS Handles.soumith
2015-04-10Implementation of logical all and any.Dominik Grewe
2015-04-07adding cutorch streamssoumith
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith
2015-02-25Implementation of reduction without any limit in the number of dimensions.Dominik Grewe
2015-01-29cumulative sum and productDominik Grewe
2015-01-27Add bmm and baddbmm.Dominik Grewe
2015-01-27Add cpow and alternative pow.Dominik Grewe
2015-01-14Pass a state to every THC function.Dominik Grewe
2015-01-06Single-dimension std and var.Dominik Grewe
2014-11-25Add missing headers.Dominik Grewe
2014-11-12removing DIVUP from THC headers! (bad behavior to put it there, might conflic...soumith
2014-11-12adding getDevice for tensor, manualSeedAll and seedAllsoumith
2014-11-11Move global RNG state into cutorch table.Dominik Grewe
2014-11-07atan2 implementationsoumith
2014-11-07round function, test for cumprodsoumith
2014-11-07ones, zeros, numel, prod, reshapesoumith
2014-11-07fixing min/max to return indices as well (when given an arbitrary dimensionsoumith
2014-11-06fixing cadd API inconsistencysoumith
2014-11-06fixing inconsistent API in addcmul, addcdivsoumith
2014-11-04adding operator overloading, made add/mul/div consistent with torch7/TH, made...soumith
2014-10-22added clamp CudaTensor methodJonathan Tompson
2014-10-15added THCudaBlas, now handles a bunch of corner cases. Also fixes #55 and ano...Soumith Chintala
2014-09-01Make element-wise unary operators more consitent with Torch.Dominik Grewe
2014-08-24fixing #36 indexCopy works for non-contiguous source tensorsSoumith Chintala
2014-08-12Tensor:cdiv with three argumentsDominik Grewe
2014-07-21resize should go firstnicholas-leonard
2014-07-20added back arg checksnicholas-leonard
2014-07-20torch.CudaTensor:logical[Value/Tensor] resizes resultnicholas-leonard
2014-07-20torch.CudaTensor:add resizes resultnicholas-leonard
2014-07-20torch.CudaTensor:[addcmul/addcdiv] resizes resultnicholas-leonard
2014-07-20torch.CudaTensor:cdiv resizes resultnicholas-leonard
2014-07-20torch.CudaTensor:cmul resizes resultnicholas-leonard
2014-06-19added indexCopyHycis
2014-06-18fix minor bug in addmm to suport resulting matrix of dimensions Nx1Ioannis Antonoglou
2014-06-15Revert "Merge pull request #20 from hycis/master"Soumith Chintala
2014-06-15optimized indexCopyHycis
2014-06-13resolved conflictsnicholas-leonard
2014-06-13added indexFill and simplify indexHycis
2014-06-12indexSelect worksnicholas-leonard
2014-06-12indexSelect compiles againnicholas-leonard
2014-06-12indexSelect_kernel argumentsnicholas-leonard
2014-06-12harmonized THCudaTensor_indexSelect to cutorch semanticsnicholas-leonard
2014-06-12optimized indexSelectHycis