summaryrefslogtreecommitdiff
path: root/c10
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Support compilation on gcc-7.4.0 (#19470)Sam Leeman-Munk1-2/+2
2019-04-19Expose QScheme in frontend (#19381)Jerry Zhang1-0/+1
2019-04-18remove needless ## in REGISTER_ALLOCATOR definition. (#19261)Gemfield1-1/+1
2019-04-18Add tests for argument types (#19290)Sebastian Messmer1-1/+5
2019-04-18Add either type (#19285)Sebastian Messmer3-1/+1460
2019-04-17Fixing function schema parser for Android (#19281)Sebastian Messmer2-1/+20
2019-04-17Add empty_quantized (#18960)Jerry Zhang1-6/+28
2019-04-17Delete C10Tensor (#19328)Sebastian Messmer1-53/+0
2019-04-16move const defs of DeviceType to DeviceType.h (#19185)Jerry Zhang2-7/+7
2019-04-16Initialize intra-op threads in JIT thread pool (#19058)Ilia Cherniavskii1-16/+0
2019-04-15Free all blocks with outstanding events on OOM-retry (#19222)Sam Gross1-0/+31
2019-04-12Add Quantized Backend (#18546)Jerry Zhang4-1/+22
2019-04-11Fix promoteTypes for QInt types (#19182)Jerry Zhang1-0/+5
2019-04-11Move version_counter_ to TensorImpl (#18223)Will Feng1-3/+80
2019-04-11Change is_variable() to check existence of AutogradMeta, and remove is_variab...Will Feng3-14/+12
2019-04-11Materialize a non-default device for C2 legacy storage. (#18605)Gregory Chanan1-2/+3
2019-04-09Convert all tabs to spaces, add CI. (#18959)Edward Yang2-150/+150
2019-04-09do not use constexpr with CUDA >= 9.2 compiler on Windows. (#18986)Shuichi KITAGUCHI1-0/+6
2019-04-08Add MKL-DNN Tensor (#17748)jgong56-4/+36
2019-04-05Cache device on TensorImpl; clean up TensorImpl constructors. (#18833)Gregory Chanan3-51/+60
2019-04-04Fix deviceCount on FakeGuardImpl. (#18745)Edward Yang1-1/+1
2019-04-03QTensor (#18230)Jerry Zhang7-17/+110
2019-04-03For some files that are touched by the QTensor diff (#18765)Jerry Zhang4-248/+279
2019-04-03Added numpy conversion (#18505)Iurii Zdebskyi1-11/+17
2019-04-02Change ReinitializeTensor to use C10_LOG_FIRST_N (#18531)Jerry Zhang1-0/+7
2019-04-02Bool Tensor for CUDA (#18166)Iurii Zdebskyi1-2/+3
2019-04-02Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors. (#18455)Vitaly Fedyunin1-0/+42
2019-04-02Improve Backend comment. (#18567)Edward Yang1-8/+14
2019-03-30Introduce lambda-based kernel API (#18541)Sebastian Messmer3-28/+99
2019-03-30Check kernel against function schema in c10 op registration (#18256)Sebastian Messmer2-0/+4
2019-03-30Add functor- and function-based kernel registration API (#18162)Sebastian Messmer2-1/+11
2019-03-28in caching allocator, ignore and clear the error if not readyJeff Daily1-0/+2
2019-03-27C++17.h: forward -> c10::guts::forward (#18492)Ilia Cherniavskii1-2/+2
2019-03-27Add export annotations for functions in c10 (#18464)peter1-1/+1
2019-03-26Properly use cudaGetLastError return code. (#18485)Edward Yang1-1/+2
2019-03-26Resolving comments from Bool Tensor for CPU PR (#18165)Iurii Zdebskyi2-0/+20
2019-03-26Unify cudaGetDeviceCount implementations. (#18445)Edward Yang6-13/+26
2019-03-25Implement reference counting for shared IPC CUDA tensors (#16854)Vitaly Fedyunin3-16/+65
2019-03-25Don't segfault on trying to get data_ptr of sparse tensor. (#18347)Gregory Chanan1-2/+6
2019-03-23Move pyobj_ to TensorImpl (#18225)Will Feng2-1/+17
2019-03-22Fix DCHECK to handle dangling else (#18295)Jiakai Liu2-8/+15
2019-03-21Fix use of c10::guts::apply (#18159)Sebastian Messmer1-4/+4
2019-03-21Allow using C10_DECLARE_TENSOR_TYPE and C10_DEFINE_TENSOR_TYPE from any names...Sebastian Messmer1-3/+3
2019-03-21Move schema inference to c10 (#18090)Sebastian Messmer1-1/+1
2019-03-20Enable autograd to recognize the XLA backend as one providing multiple device...Davide Libenzi2-0/+15
2019-03-19Kill Backend constructor of TensorOptions. (#18137)Gregory Chanan1-5/+0
2019-03-19Remove deviceTypeToBackend, which is underspecified. (#18135)Gregory Chanan2-61/+40
2019-03-15Add backwards compatibility and other fixes to Dispatch macros. (#17996)Gregory Chanan1-0/+5
2019-03-12Fix Windows build (#17917)Alexey Kozhevnikov1-4/+6
2019-03-12Enable threadpool threads to greedily acquire new tasks if available. (#17808)Owen Anderson1-1/+5