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

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-26lua 5.3 changes and gcc constantsLuke Alonso
2017-02-23Rebase masterjokeren
2017-02-23Fix compilation for simd tensor addjokeren
2017-01-01Removing TH_GENERIC_USE_HALF, TH_NATIVE_HALF, TH_GENERIC_NO_MATH (replaced wh...soumith
2016-12-29Add support for torch.HalfTensor (#874)gchanan
2016-10-03replace long with ptrdiff_t for memory size/offset etcRui Guo
2016-09-08Added dyanamic dispatch for x86 (#755)Robert
2016-08-03fixing a truncation bug when numbers are given as stringssoumith
2016-07-30fixing division / to be consistent with true division and not mul(1/a)Soumith Chintala
2016-05-04[TensorOperator.c] Make unary negation expression have real type, not doubleThomas Köppe
2016-03-29Fix tensor operator % behavior.liboyue
2016-03-11Avoid multiple definitions of luaG_ utils.Luke Alonso
2016-03-11Lua 5.3 integer supportLuke Alonso
2016-02-08Added torch.mod and torch.cmod functionsGeorg Ostrovski
2015-11-19Add isSetTo: simple check for shared storage.Jack Rae
2015-11-09No point for empty(), equivalent to set().Clement Farabet
2015-11-08tensor:freeStorage() to force freeing memory.Clement Farabet
2015-11-02improve Tensor error messagesAlban Desmaison
2015-10-18change to indexAdd name, add documentationAllan Jabri
2015-10-16add indexAccumAllan Jabri
2015-10-04return self in maskedCopy, make consistent with cutorchmaskedCopyFixSoumith Chintala
2015-07-26add shared memory file mapping with shm_openKoray Kavukcuoglu
2015-05-29Add support for Lua 5.2Sam Gross
2015-05-26Removing the chained views check, as its not needed.ztaylor
2015-05-26Checking that allocator is NULL when creating a storage as a view.ztaylor
2015-05-22Adding support for Storage views and exposing Storage type.ztaylor
2015-05-18Merge pull request #209 from dominikgrewe/allocatorSoumith Chintala
2015-05-05Pass optional allocator to storage.Dominik Grewe
2015-04-30Error message improvements.Adam Lerer
2015-04-27Add :elementSize() for Tensors. Minor tidy.Tim Harley
2015-04-22Add elementSize method to *Storage types.Tim Harley
2015-04-19expose storage and tensor retain() and free() methods into LuaRonan Collobert
2015-04-15Add isSize method for Tensors.Tim Harley
2015-03-02Remove wrong pushudataGeorgOstrovski
2015-02-12maskedCopy,maskedFill,maskedSelectNicholas Leonard
2014-07-24adding torch.isSameSizeAsSoumith Chintala
2014-04-07added option to mmap storageRonan Collobert
2014-03-14Make luaT_classmodulename thread safe.Tim Harley
2014-03-14Unnecessarily static.Tim Harley
2014-03-12__index__ and __newindex__ can leak a tensor if it reports a lua error. This ...Tim Harley
2014-03-04prevent read/write access from/to an empty tensor to segfault with negative i...Ronan Collobert
2014-02-21Add argcheck for indexing into tensor with a tableDan Horgan
2013-10-08pkg/torch: C89Ronan Collobert
2013-08-11ported package torch to winLeon Bottou
2013-04-16do not use pushudata on a tensor that is retrieved with checkudata.koray kavukcuoglu
2013-04-14add indexing operatorskoray kavukcuoglu
2013-03-26Experimental feature: creating Storages from raw pointers, in Lua.Clement Farabet
2012-08-13torch now complies with the new luaT APIRonan Collobert
2012-08-09luaT with no id: bug correction + put back constructor tables, which are in f...Ronan Collobert
2012-04-12Added negative indices to slicing operatorsClement Farabet