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-09-26Add THC_CACHING_ALLOCATOR=1 to README.mdSam Gross
2016-09-26Merge pull request #510 from colesbury/allocatorSoumith Chintala
2016-09-25Add CUDA caching allocatorSam Gross
2016-09-21compiling double atomicAdd only if CUDA_ARCH < 6000, because it's now include...soumith
2016-09-20Merge pull request #506 from gchanan/indexAddCudaSoumith Chintala
2016-09-20Use bitwise operations for atomicAdd rather than byte_perm or pointer deferen...Gregory Chanan
2016-09-16Add support for CUDA indexAddGregory Chanan
2016-09-15Merge pull request #505 from apaszke/masterSoumith Chintala
2016-09-15Add getDevice for CUDA storagesAdam Paszke
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-11only enable CUDA half instructions above 8.0soumith
2016-09-11fixing bug in sign for ByteTensorsoumith
2016-09-10add int and long tests for abs and fix recursive bug in abssoumith
2016-09-10Merge pull request #500 from torch/fracfixSoumith Chintala
2016-09-10fixing bug in frac. fixing pointwise unit tests to not just return range of 0, 1soumith
2016-09-10Merge pull request #499 from torch/sortcompileSoumith Chintala
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-09-10removing a lot of template instantiation in sortsoumith
2016-09-10Make script pickup arch for tegra and wire to 3 cores.Nathan Trujillo
2016-09-10Propagating CMake configuraton C flags for FP16Sergei Nikolaev
2016-09-02Merge pull request #494 from bo01ean/masterSoumith Chintala
2016-09-02Make script pickup arch for tegra and wire to 3 cores.Nathan Trujillo
2016-08-29Merge pull request #488 from borisfom/tx1Soumith Chintala
2016-08-29Propagating CMake configuraton C flags for FP16Sergei Nikolaev
2016-08-27make abs and sign available for a few other typessoumith
2016-08-27adding multiple types for log, log1p, exp, cos, cosh, acos, sin, sinh, asin, ...soumith
2016-08-27append TORCH_NVCC_FLAGS optionallysoumith
2016-08-19Merge pull request #474 from torch/squeezetypeSoumith Chintala
2016-08-19adding multiple types to squeezesoumith
2016-08-18Merge pull request #473 from borisfom/cuda_arch_fixSoumith Chintala
2016-08-18Fixing bug in regex not accepting 2.1(2.0) notationBoris Fomitchev
2016-08-13Merge pull request #467 from apaszke/masterSoumith Chintala
2016-08-13Use TH_INDEX_BASE in THCAdam Paszke
2016-08-12fix typo from #462soumith
2016-08-12Merge pull request #461 from torch/indextypeSoumith Chintala
2016-08-12fixing CudaHalfTensor testssoumith
2016-08-12fixing backward compatibility for __index__ and __new_index__soumith
2016-08-12fix a small bugsoumith
2016-08-12added multiple types for sortsoumith
2016-08-11Merge pull request #462 from apaszke/sub_div_fixSoumith Chintala
2016-08-11Fix sub and div for integer typesAdam Paszke
2016-08-11fixing sort to use long indicessoumith
2016-08-11making changes to sort and TopK for the changed index* APIsoumith
2016-08-10adding indexing for typessoumith
2016-08-08easy: change templated argument to capitalizedSoumith Chintala