onnxruntime/onnxruntime/test/util
Paul Fultz II 7759136610
Add amd migraphx execution provider to onnx runtime (#2929)
* Add amd migraphx execution provider to onnx runtime

* rename MiGraphX to MIGraphX

* 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

* sync submodules with mater branch

* fixed a small bug

* fix various bugs to run msft real models correctly

* some code cleanup

* fix python file format

* fixed a code style issue

* add default provider for migraphx execution provider

Co-authored-by: Shucai Xiao <Shucai.Xiao@amd.com>
2020-05-27 04:24:59 +08:00
..
include Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
compare_ortvalue.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
default_providers.cc Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
file_util.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
temp_dir.cc Introduce training changes. 2020-03-11 14:39:03 -07:00
test_allocator.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
test_environment.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
test_random_seed.cc Disable or update flaky tests, improve test random seed accessibility. (#3495) 2020-04-17 15:57:32 -07:00