summaryrefslogtreecommitdiff
path: root/test/custom_operator
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Delete at::current_device(), Context::current_device() and Context::getNumGPU...Edward Yang1-1/+2
2018-12-01Use Type::str() in Type::operator<< (#14657)Zachary DeVito1-1/+1
2018-11-27Allow building libraries with setuptools that dont have abi suffix (#14130)Peter Goldsborough1-10/+10
2018-11-10Add std::string to the getTypePtr for JIT inference of custom op types (#13683)Thomas Viehmann3-0/+15
2018-11-06Use torch:: instead of at:: in all C++ APIs (#13523)Peter Goldsborough3-18/+18
2018-10-24Add methods to FunctionSchema (#12967)Zachary DeVito1-1/+1
2018-10-23Windows CI integration for custom ops (#12928)Peter Goldsborough5-23/+40
2018-10-18Revert D10444104: [pytorch][PR] Windows CI integration for custom opsWill Feng5-40/+23
2018-10-18Windows CI integration for custom ops (#11527)Peter Goldsborough5-23/+40
2018-10-18Add script::Module::to (#12710)Peter Goldsborough2-4/+69
2018-10-15Move exception to C10 (#12354)Yangqing Jia1-3/+3
2018-10-08Enable CircleCI for Linux jobs (#12389)Will Feng1-4/+5
2018-10-01Enable ROCM clang-7 buildJunjie Bai1-1/+0
2018-09-17Include some JIT things in C++ docs (#11712)Peter Goldsborough1-1/+1
2018-09-17Fixes for Torch Script C++ API (#11682)Peter Goldsborough4-14/+7
2018-09-10Integrate custom op tests with CI (#10611)Peter Goldsborough5-8/+30
2018-08-28Store schema in serialized modules and check arguments in function call (#10872)Peter Goldsborough1-0/+38
2018-08-21Support custom ops in ScriptModule and tidy up test files (#10610)Peter Goldsborough7-42/+149
2018-08-16Build mechanism for custom operators (#10226)Peter Goldsborough5-0/+74