summaryrefslogtreecommitdiff
path: root/tools/cwrap
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Get rid of unused THPStorage defines related to accreal.Gregory Chanan1-3/+0
2019-01-08Typos fixed in CWrapPlugin.get_type_check (#15859)Derek Kim1-2/+2
2018-12-12Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248)Edward Yang2-4/+6
2018-12-11Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866)Edward Yang1-1/+3
2018-10-31Delete DeviceGuard(int64_t) constructor. (#13232)Edward Yang2-2/+6
2018-07-27Remove THTensor::_dim, temporarily remove THTensor_nDimension. (#9895)Gregory Chanan1-2/+2
2018-07-26Remove Broadcast.py. (#9843)Gregory Chanan2-363/+0
2018-06-16Create ATen tensors via TensorOptions (#7869)Peter Goldsborough2-3/+4
2018-06-12changes to support ATen code generation inside fbcode (#8397)anderspapitto5-9/+9
2018-04-07Fix typos in docs (#6389)Kento NOZAWA1-1/+1
2018-02-27Delete dead Tensor code paths (#5417)Sam Gross5-58/+28
2018-01-19Allow Variables in the (legacy) THNN bindings. (#4723)Sam Gross1-16/+17
2018-01-16Use restat to reduce ninja rebuilding when running codegen. (#4635)Edward Z. Yang1-2/+13
2017-12-07Bind cauchy_, exponential_, normal_, uniform_ functions to THPVariable. (#3945)gchanan2-2/+2
2017-11-30CuDNN bindings rewrite (into ATen) (#3666)Edward Z. Yang2-2/+15
2017-11-08Improve Windows Compatibility (for csrc/scripts) (#2941)peterjc1234-16/+23
2017-10-02Fix typosTaehoon Lee1-1/+1
2017-09-27re-enable out-of-place bernoulli for cuda tensorsTrevor Killeen1-1/+5
2017-09-17Fix non-CUDA builds after Windows PRs (#2760)Adam Paszke1-0/+3
2017-09-08Use arg['default'] as constant valueSam Gross1-1/+1
2017-09-06Add proper error message for specifying dimension on a tensor with no dimensi...Gregory Chanan1-1/+3
2017-09-01unify bernoulli yaml declarations across backends (#2578)Trevor Killeen1-0/+15
2017-08-14Reduce overhead of broadcasting when broadcasting isn't required. (#2364)gchanan1-34/+78
2017-07-29Remove dead THPP code that has been replaced with ATen objects. (#2235)Zachary DeVito2-224/+0
2017-07-21Fixes for DistributedDataParallel (#2168)Adam Paszke1-0/+2
2017-07-20Allow keyword args in long_arg optionsAdam Paszke2-8/+11
2017-07-14Wrap unbiased flag in var, std, varall, stdallLuca Antiga1-1/+8
2017-06-22TensorLib/Aten --> changes required in pytorchTrevor Killeen5-75/+199
2017-06-22Support out-of-place broadcast type definitions.Gregory Chanan1-4/+6
2017-06-16Remove flattening for torch.dot (#1781)gchanan1-0/+29
2017-06-11Ensure warnings are repeated in python2 for tests.Gregory Chanan1-1/+2
2017-06-11Clarify use of warn vs raise in expand_utils and don't catch exception in Bro...Gregory Chanan1-64/+56
2017-06-11Remove raiseErrors from THTensor functions, have THStorage functions take an ...Gregory Chanan1-18/+44
2017-06-11Clarify a number of comments.Gregory Chanan1-4/+7
2017-06-11Fix lint errors.Gregory Chanan1-32/+37
2017-06-11explicit Ptr constructors, fast transposed copy.Gregory Chanan1-6/+6
2017-06-11Add broadcasting support for copy_, simplify code generation by moving a lot ...Gregory Chanan1-184/+71
2017-06-11Add broadcasting support for map_, map2_.Gregory Chanan1-8/+9
2017-06-11Add broadcasting support for masked_copy, masked_fill.Gregory Chanan1-38/+101
2017-06-11Use THSize_isSameSizeAs, instead of THTensor_(isSameSizeAs) in order to compa...Gregory Chanan1-2/+4
2017-06-11Improve in-place broadcasting back compat warning message and fix an issue wh...Gregory Chanan1-16/+24
2017-06-11Add optional warning for backwards incompatible broadcast.Gregory Chanan1-3/+31
2017-06-11Add broadcast support for fused-matmul broadcasting. Functions are: addmm, ad...Gregory Chanan1-23/+101
2017-06-11Document Broadcast Plugin.Gregory Chanan1-0/+10
2017-06-11Proof that broadcasting 3 args (expand3) is equivalent to breaking up operation.Gregory Chanan1-0/+18
2017-06-11Support "fused" ops: addcmul/addcdiv.Gregory Chanan1-62/+136
2017-06-11Breakup in place broadcast to better handle multiple arguments.Gregory Chanan1-18/+32
2017-06-11Change order of Broadcast specification.Gregory Chanan1-2/+2
2017-06-11Add Broadcast plugin.Gregory Chanan2-0/+107
2017-06-02Add initial Python wrappers for THDTensorsAdam Paszke1-1/+15