Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-10Improved existing 16->32 fallback. Added performance-based fallback.Boris Fomitchev
2016-11-04handle ws for hardcoded algos, fix clearState for VolumetricConvNatalia Gimelshein
2016-10-19Added new refactoring for convolution and filter descriptorsBoris Fomitchev
2016-10-19Code review changesBoris Fomitchev
2016-09-23Revamped workspace handling in find.luaBoris Fomitchev
2016-08-21FindEx implementetation + refactoring, take 3Boris Fomitchev
2016-08-06working double precisionsoumith
2016-08-06Revert "Refactoring CUDNN Find"revert-231-algoSoumith Chintala
2016-08-04Completing cudnnFind refactoring; addressing code review notesBoris Fomitchev
2016-07-08handle half true/pseudoSergey Zagoruyko
2016-06-23half, double with testsSergey Zagoruyko
2016-04-20move gradInput resize to updateGradInputSergey Zagoruyko
2016-04-13R5 rebaseSergey Zagoruyko
2016-04-08use nn.utils.clearSergey Zagoruyko
2016-03-17add _input and _gradOutput to clearState everywheresoumith
2016-02-26allow non-contiguous inputs for Spatial and Volumetric convolutionsoumith
2016-02-12clearStateSergey Zagoruyko
2016-01-26cudnn<>nn conversionSergey Zagoruyko
2016-01-26syncing uptil master/R3 9bc3cbac4f054438f5e77824f868cd94e9e22f81soumith
2015-10-07cudnn.h fully synced for V4. addTensor_v2 uses changed to new AddTensor API.Boris Fomitchev
2015-10-03Initial cudnn_v4 compatibility patch. cudnn4 Batch Normaliztion Support added...Boris Fomitchev
2015-09-15adding proper documentation for new modessoumith
2015-09-15add back stuff that went missing in mergesoumith
2015-09-15whitespace cleanups, fixing logsoftmax testsoumith
2015-09-15fix as suggested in #44soumith
2015-08-20shared workspacesoumith
2015-08-12Fixed calling reset() twice (saving time and making weights initialized as in...Martin Simonovsky
2015-08-02working R3 bindings for non-new modulesSoumith Chintala
2015-05-06fixing serialization to not print annoying warningssoumith
2015-04-10using the new streams API (cudnn does not ovelap compute yet, weird)soumith
2014-12-20lint fixes (80 columns)soumith
2014-12-20volumetric convolutions + unit testsSoumith Chintala