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-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-09-30Make some basic THC operations thread-safeSam Gross
2016-09-28Add support for GenerateFloatTypes, for use with cunn.Gregory Chanan
2016-09-27Only set c++11 compiler flags on THCCachingAllocator.cppSam Gross
2016-09-27fix c++11 flags thingSoumith Chintala
2016-09-26Add THC_CACHING_ALLOCATOR=1 to README.mdSam Gross
2016-09-25Add CUDA caching allocatorSam Gross
2016-09-13adding binary build optionssoumith
2016-09-13making sure cusparse is linked when MAGMA issoumith
2016-09-13spit out CUDA_NVCC_FLAGSsoumith
2016-09-10adding generated filessoumith
2016-09-10making more files to split between typessoumith
2016-09-10refactoring THCTensorMathCompareT to split types compilationsoumith
2016-09-10splitting sort compilation into individual typessoumith
2016-08-27append TORCH_NVCC_FLAGS optionallysoumith
2016-08-12added multiple types for sortsoumith
2016-08-10adding indexing for typessoumith
2016-08-07more tests and cmake fixSoumith Chintala
2016-08-05Move CMake files to THCAdam Paszke
2016-07-30new select_compute_arch.cmake file from @borisfmSoumith Chintala
2016-07-29reduce and BLAS workJeff Johnson
2016-06-11template workJeff Johnson
2016-06-04gcc 5.xx fixes (#421)Soumith Chintala
2016-06-02Using new CMake FindCUDA elements (#415)Boris Fomitchev
2016-03-13Add FP16 support (CudaHalfStorage, CudaHalfTensor)Adam Paszke
2016-02-28fix magma v2 compatibilitysoumith
2016-01-07top-k impl and sort fixesJeff Johnson
2015-12-27adding THCGenerateAllTypes.h to CMake for installsoumith
2015-12-26Add generic CudaTensor types to cutorchAdam Lerer
2015-10-07Add automatic CUDA architecture detectionAlban Desmaison
2015-08-14Add THCDeviceTensorAdam Lerer
2015-07-21CUDA implementations for scatter & gather.Dominik Grewe
2015-07-08check if torch is found before findSergey Zagoruyko
2015-06-24Install all THC headersSam Gross
2015-06-24Add MAGMA implementations of Torch LAPACK functionsSam Gross
2015-06-09THC standalone compilationSergey Zagoruyko
2015-05-22duplicate THAllocator.c in CMakeSoumith Chintala
2015-05-22adding THCAllocator* to cmakeSoumith Chintala
2015-05-19Add CudaHostAllocatorDominik Grewe
2015-04-07adding cutorch streamssoumith
2015-04-01adding sort + test, fixing max/min and sum tests to not fail occasionallysoumith
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith
2015-01-14Pass a state to every THC function.Dominik Grewe
2014-10-15added THCudaBlas, now handles a bunch of corner cases. Also fixes #55 and ano...Soumith Chintala
2014-02-14added/modified cmake files to make cutorch a standalone packageRonan Collobert
2013-11-27less strict about ansi libraries, less warningsLeon Bottou
2013-11-06master compiles under win (msvc11)Leon Bottou
2013-07-25Complete (and final) revamping of the CUDA rand engine.Clement Farabet
2013-06-29THC headers installed along with TH headersAndreas Fidjeland