summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-28Make HIPStream also masquerade as CUDA. (#17469)Edward Yang1-0/+16
2019-02-28Customize the printing of namedtuple return (#17136)Xiang Gao4-0/+4
2019-02-28Revert D14231251: [jit] alias_analysis refactorMichael Suo1-1/+1
2019-02-28alias_analysis refactor (#17511)Michael Suo1-1/+1
2019-02-28Fix the false generated_comment (#17563)Gemfield1-3/+2
2019-02-27Use name for output variables instead of out in JIT (#17386)Christian Puhrsch2-2/+9
2019-02-27Add sparse gradient option to `gather` operation (#17182)Natalia Gimelshein2-2/+3
2019-02-26Remove Bool/IndexTensor from schema for native functions with derivatives (#1...Christian Puhrsch4-39/+71
2019-02-26user defined types (#17314)Michael Suo1-0/+1
2019-02-23Remove ROIPooling (#17434)Thomas Viehmann1-3/+0
2019-02-22Improvements for current AD (#17187)Ailing Zhang2-11/+112
2019-02-22Lazily load libcuda libnvrtc from c++ (#17317)Zachary DeVito2-1/+2
2019-02-22Refactor Type Parser b/w Schemas & IRParser into a type common parser (#17383)Elias Ellison1-1/+2
2019-02-21fix double backward for half softmax/logsoftmax (#17330)Natalia Gimelshein1-6/+6
2019-02-21Enable MAX_JOBS for using Ninja on Windowspeter1-1/+3
2019-02-20Namedtuple return for symeig, eig, pstrf, qr, geqrf (#16950)Xiang Gao1-1/+1
2019-02-20Allow PyTorch to be built without NCCL (#17295)Thomas Viehmann2-4/+4
2019-02-19Automatic update of fbcode/onnx to 4c091e048ca42682d63ccd3c1811560bc12b732d (...Lu Fang1-0/+1
2019-02-19Make tril_ and triu_ actually in-place (#17031)Will Feng1-2/+0
2019-02-19Lightweight String check Utility (#16858)Elias Ellison1-0/+1
2019-02-16Implement IRParser. (#16987)Mikhail Zolotukhin1-0/+1
2019-02-16Add namedtuple return for min, median, mode, kthvalue, add test for namedtupl...Gao, Xiang1-5/+5
2019-02-15Implement NetDef <--> JIT IR converters. Try 2. (#17123)Mikhail Zolotukhin2-9/+11
2019-02-15Add special ops for BatchNorm symbolic differentiation (#15403)Adam Paszke1-2/+4
2019-02-15Remove static_cast insertion/kernel argument extration. (#17055)Johannes M Dieterich2-226/+1
2019-02-14Speed-up adaptive average pooling for the common case of size=1 output (#17011)ngimel1-4/+4
2019-02-14Caffe2 TARGETS for HIP (#17076)Xiaodong Wang2-8/+28
2019-02-14maskrcnn & bert AD coverage part 1 (#16689)Ailing Zhang2-112/+11
2019-02-13Make mkldnn Stream object thread_local and enable mkldnn thread-safe (#17022)Boris Daskalov1-0/+3
2019-02-12Get rid of unused THPStorage defines related to accreal.Gregory Chanan1-3/+0
2019-02-11Don't keep unnecessary saved_inputs alive (#16583)Adam Paszke1-7/+68
2019-02-11Enforce same input tensor storage in VariableType functions (#16305)Will Feng1-1/+96
2019-02-11optionally zero infinite losses in CTCLoss (#16199)Thomas Viehmann1-4/+4
2019-02-10Support named tuple return from operators on JIT (#16253)Xiang Gao1-1/+3
2019-02-07Remove undefined tensor in jit script (#16379)Wanchao Liang3-20/+84
2019-02-06Automatically register c10 ops with JIT (#16534)Sebastian Messmer1-1/+1
2019-02-05Warn when tracing legacy constructorsDavid Riazati1-0/+5
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang15-186/+187
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent2-4/+4
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang1-7/+0
2019-02-01Use macro for reduce on 2d blocks (#16344)Xiaomeng Yang1-0/+1
2019-02-01Allow USE_NINJA to be toggled by an env variableJesse Hellemn1-1/+1
2019-02-01Expose backend extensions to pythonRoy Li1-4/+1
2019-01-31respect MAX_JOBS (#16641)Zachary DeVito1-10/+9
2019-01-31Add torch.backends.openmp.is_available(); fix some cmake messages (#16425)SsnL1-4/+4
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao1-0/+7
2019-01-31Fix a lot of C++ build warnings (#16411)James Reed1-7/+0
2019-01-31use distutils to discover msvc compiler paths (#16540)Zachary DeVito1-18/+37
2019-01-31Enable USE_NINJA in build_pytorch_libs.py if it is in PATH (#16545)peter1-4/+7
2019-01-31split up AliasTracker into a separate file (#16588)Michael Suo1-0/+1