onnxruntime/tools/ci_build/github
Thiago Crepaldi 83be3759bc
Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027)
ORTModule requires two PyTorch CPP extensions that are currently JIT compiled. The runtime compilation can cause issues in some environments without all build requirements or in environments with multiple instances of ORTModule running in parallel

This PR creates a custom command to compile such extensions that must be manually executed before ORTModule is executed for the first time. When users try to use ORTModule before the extensions are compiled, an error with instructions are raised

PyTorch CPP Extensions for ORTModule can be compiled by running:
python -m onnxruntime.training.ortmodule.torch_cpp_extensions.install

Full build environment is needed for this
2021-06-28 18:11:58 -07:00
..
android [Mobile package] Update required operator config with additional ops for newer version of Wav2Vec 2. (#8123) 2021-06-22 19:19:46 -07:00
apple [Objective-C API] Add script to assemble pod package files. (#7958) 2021-06-07 19:16:39 -07:00
azure-pipelines Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
linux Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
pai Fix ROCm wheels pipeline after changes to manylinux scripts (#8026) 2021-06-10 21:01:28 -07:00
windows Update manylinux build scripts and GPU CUDA version from 11.0 to 11.1 (#7632) 2021-06-02 23:36:49 -07:00
Doxyfile_csharp.cfg Document all C# API pubic interfaces (#5853) 2020-11-20 14:03:55 -08:00