onnxruntime/docs
Shucai Xiao bfc888613f
Migraphx improvements (#4328)
* Add amd migraphx execution provider to onnx runtime

* rename MiGraphX to MIGraphX

* add migraphx EP to tests

* support multiple program output

* disable more tests

* backup changes related to program multiple outputs

* remove logging code

* remove unnecessary changes in migraphx_execution_provider.cc

* add migraphx EP to tests

* add input requests of the batchnorm operator

* add to support an onnx operator PRelu

* update migrapx dockerfile and removed one unused line

* chagnes related to support dynamic input shape

* fix build error

* code backup

* code backup

* version that has 106 models run correctly

* code backup

* code backup

* remove unnecessary print info

* code backup

* code backup

* code backup

* code backup

* code backup

* code backup

* changes corresponding to migraphx change

* fix merge conflict

* minor code cleanup

* code cleanup

* remove unnecessary code

* remove unnecessary code

* add to support more constant folding analysis

* more constant folding checking for shape input

* add env var to control whether fp16 is enabled. Modify docker file to use ROCM3.3

* fix function name to avoid build error

* add build and execution instruction for migraphx execution provider

* added more build instructions

* fixed a small format error

* a minor change

* fix review comments

* another minor change

* additional refinement of the documents

* additional changes

* remove unnecessary changes in the dockfile

* additional changes for the dockerfile

* code change backup

* fix errors related to a few unit tests

* fix a build error related to api change

* fix unit test errors by either disabling the test or fix related isssues

* remove unnecessary log info

* sync submodule tvm with master

* remove unnecessary changes

* remove an unnecessary code line

* refine documents for addition example
2020-06-25 19:22:57 -07:00
..
execution_providers Migraphx improvements (#4328) 2020-06-25 19:22:57 -07:00
images Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
python bump up ORT version to 1.3.1 (#4181) 2020-06-10 08:44:03 -07:00
ABI_Dev_Notes.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
AddingCustomOp.md Support custom ops targeting the CUDA EP (#3165) 2020-03-11 00:49:01 -07:00
AddingExecutionProvider.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
Android_testing.md Update Android instructions (#3971) 2020-05-19 07:30:45 +10:00
C_API.md Add new docs around how to bind to the onnxruntime.dll (#3539) 2020-04-22 11:24:36 -07:00
cmake_guideline.md Add a doc for cmake (#1524) 2019-08-06 07:51:53 -07:00
Coding_Conventions_and_Standards.md Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
ContribOperators.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
CSharp_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
FAQ.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
How_To_Update_ONNX_Dev_Notes.md CGManifest - add training entries and generate entries for submodules. (#3933) 2020-05-15 13:34:18 -07:00
InferenceHighLevelDesign.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
Java_API.md Documentation update: build instructions (#2636) 2019-12-19 13:40:34 -08:00
Model_Test.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
NotesOnThreading.md Add Threadpool::TrySimpleParallelFor (#3759) 2020-04-30 20:03:33 +10:00
ONNX_Runtime_Graph_Optimizations.md Disable GeluApproximation transformer by default (#3644) 2020-04-24 14:29:40 -07:00
ONNX_Runtime_Perf_Tuning.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
ONNX_Runtime_Server_Usage.md OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
onnxruntime_dependencies.dot Update dependencies graph 2020-04-17 07:38:45 -07:00
onnxruntime_dependencies.png Update dependencies graph 2020-04-17 07:38:45 -07:00
OperatorKernels.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
PR_Guidelines.md Add guidelines for writing a good PR. (#3830) 2020-05-05 16:28:21 -07:00
Privacy.md Clarify telemetry collection (#4102) 2020-06-02 13:12:27 -07:00
PyOp.md
Python_Dev_Notes.md Changes related to the release binaries requiring Visual C++ 2019 runtime (#3871) 2020-05-12 17:07:06 -07:00
ReleaseManagement.md Updated TPN for OpenMPI and cleanup (#3932) 2020-05-14 11:42:44 -07:00
Roadmap.md Migraphx improvements (#4328) 2020-06-25 19:22:57 -07:00
Server.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
Versioning.md bump up ORT version to 1.3.1 (#4181) 2020-06-10 08:44:03 -07:00
WinRT_API.md Update WinRT_API.md to reflect 1.3 release (#4074) 2020-05-28 11:01:49 -07:00