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/init.c
AgeCommit message (Expand)Author
2017-03-08Add CUDA caching allocator accessorGuillaume Klein
2017-02-07Static build support + Query CUDA driver, runtime versions (#695)Pavan Yalamanchili
2016-12-29Add THHalfTensor support to cutorch (#655)gchanan
2016-12-22Enable the CUDA caching allocators by defaultSam Gross
2016-12-02Add caching allocator for pinned (host) memorySam Gross
2016-12-01Adds a CUDA "sleep" kernelSam Gross
2016-11-26Lazily initialize CUDA devicesSam Gross
2016-11-24Revert "Lazily initialize CUDA devices"revert-610-lazySoumith Chintala
2016-11-24Merge pull request #610 from colesbury/lazySoumith Chintala
2016-11-24Implemented cudaMemGetInfo for caching allocator (#600)Boris Fomitchev
2016-11-23Lazily initialize CUDA devicesSam Gross
2016-11-05THC UVA AllocatorNicolas Vasilache
2016-10-18correct input types to lua_pushbooleansoumith
2016-10-17guards for halfSoumith 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-14adding hasHalfInstructions and hasFastHalfInstructions exposed to luasoumith
2016-09-30Make some basic THC operations thread-safeSam Gross
2016-09-25Add CUDA caching allocatorSam Gross
2016-07-29Merge pull request #456 from torch/more-cutorch-template-typesSoumith Chintala
2016-07-29reduce and BLAS workJeff Johnson
2016-06-29added field driverVersion to cutorchLukas Cavigelli
2016-06-11add half cwrap type and enable math for CudaHalfTensorsoumith
2016-06-11template workJeff Johnson
2016-03-28Merge pull request #355 from apaszke/fp16Soumith Chintala
2016-03-14kernel p2p access and non-blocking streamsJeff Johnson
2016-03-13Add FP16 support (CudaHalfStorage, CudaHalfTensor)Adam Paszke
2016-02-26properly shutdown and free cutorch on exitsoumith
2015-12-29synchronizeAllJeff Johnson
2015-12-26Add generic CudaTensor types to cutorchAdam Lerer
2015-11-13cutorch copy/event changesJeff Johnson
2015-08-21Merge pull request #222 from torch/streamfixesSoumith Chintala
2015-08-21streams patch from nvidiaSoumith Chintala
2015-08-19cutorch gcAdam Lerer
2015-06-24Add MAGMA implementations of Torch LAPACK functionsSam Gross
2015-06-24Stream support for BLAS Handles.soumith
2015-05-23Fixing call to cudaMemGetInfo to use the correct device.ztaylor
2015-05-19Add CudaHostAllocatorDominik Grewe
2015-05-13Revert "Auto device: API changes, bug fixes, README.md"Adam Lerer
2015-04-29Lua 5.2 compatibilitySam Gross
2015-04-29Auto device mode, plus allocation helper functions.Adam Lerer
2015-04-09adding optional device id to getMemoryUsagesoumith
2015-04-09depreceating deviceResetsoumith
2015-04-07adding cutorch streamssoumith
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith
2015-03-27Recreate cuBLAS handle on deviceReset.Dominik Grewe
2015-01-14Pass a state to every THC function.Dominik Grewe
2014-11-19Reset RNG state after device reset.Dominik Grewe
2014-11-12fixed two implicit declaration bugs (found with -Werror)soumith
2014-11-12adding getDevice for tensor, manualSeedAll and seedAllsoumith