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
path: root/test
AgeCommit message (Collapse)Author
2017-04-06remove global variable from testTrevor Killeen
2017-04-04move back to cudnntestTrevor Killeen
2017-04-04implement for accGradParametersTrevor Killeen
2017-04-04parity for updateGradInputTrevor Killeen
2017-04-04test for hidden output as wellTrevor Killeen
2017-04-04outputs for forward pass working + testTrevor Killeen
2017-04-04implement pack/pad utility functionsTrevor Killeen
2017-02-16inplace tests for Sigmoid and Tanh, typoNatalia Gimelshein
2016-11-10Improved existing 16->32 fallback. Added performance-based fallback.Boris Fomitchev
2016-10-21debug diagnostic fixes. true fp16 disabled for nowBoris Fomitchev
2016-10-19Fixing refactored methodsBoris Fomitchev
Conflicts: RNN.lua init.lua test/test.lua
2016-10-19Merge remote-tracking branch 'upstream/master' into fp16Boris Fomitchev
Conflicts: SpatialFullConvolution.lua init.lua
2016-10-19Added new refactoring for convolution and filter descriptorsBoris Fomitchev
2016-10-19Code review changesBoris Fomitchev
2016-10-11Merge remote-tracking branch 'upstream/master' into fp16Boris Fomitchev
2016-10-08make VolumetricFullConvolution use findNatalia Gimeshein
2016-10-06functional tests passNatalia Gimeshein
2016-10-05merging masterNatalia Gimeshein
2016-10-04functional tests for double with fixesSergey Zagoruyko
2016-09-30Change detection of FP16 math to follow cutorch settingBoris Fomitchev
2016-09-30adding VolumetricFullConvolutionvolfullconvsoumith
2016-09-29functional softmaxSergey Zagoruyko
2016-09-29add activations to functionalSergey Zagoruyko
2016-09-26Fixed sticky algo modesBoris Fomitchev
2016-09-23Revamped workspace handling in find.luaBoris Fomitchev
Retired functional.lua: impossible to maintain consistently with Find. Simplified FindEx state machine: replaced witgh warmup iterations concept, controllable by user. FindEx still needs some work. Improved cache handling and debug print
2016-09-19Restoring testBoris Fomitchev
2016-09-18Adjusting half precisionBoris Fomitchev
2016-09-15Merge remote-tracking branch 'upstream/master' into find_exBoris Fomitchev
2016-09-02Refactoring for clarity and less allocationsBoris Fomitchev
2016-08-31Debugging fallback, cleanupBoris Fomitchev
2016-08-30Addressed code review commentsBoris Fomitchev
2016-08-26Fixed fallback - fp16 is fully working nowBoris Fomitchev
2016-08-26FP16 to 32 fallback implementedBoris Fomitchev
2016-08-23Stream awareness restored. Better WS encapsulationBoris Fomitchev
2016-08-21FindEx implementetation + refactoring, take 3Boris Fomitchev
2016-08-12Add tests for VolumetricLogSoftMax and VolumetricCrossEntropyCriterionSasank Chilamkurthy
2016-08-06working double precisionsoumith
2016-08-06refactoring tests, phase 1soumith
2016-08-06Revert "Refactoring CUDNN Find"revert-231-algoSoumith Chintala
2016-08-04Completing cudnnFind refactoring; addressing code review notesBoris Fomitchev
2016-08-03Merge remote-tracking branch 'upstream/master' into algoBoris Fomitchev
2016-08-03Refactoring cudnnFindBoris Fomitchev
2016-08-02Refactoring CUDNN FindBoris Fomitchev
2016-07-29Adjusting test toletance, disabling double testBoris Fomitchev
2016-07-29Merge pull request #206 from szagoruyko/fp16Soumith Chintala
half and double with tests
2016-07-07Added bias and weight functions for RNNSeanNaren
2016-06-23deal with fp16 batchnormSergey Zagoruyko
2016-06-23half, double with testsSergey Zagoruyko
2016-06-11Modified tests and params, updated docs for clipped ReLUSeanNaren
2016-06-11Added clipped ReLUSeanNaren