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