onnxruntime/tools/ci_build/github/linux/docker
liqunfu af3988198c
Liqun/e2e transformer test (#3540)
* initial change to transformer.py

* prepare e2e transformer tests

* refactor transformer tests

* put test python files in a flat folder

* fix typo pip install transform(s)

* python 3.6

* python version to 3.6 in install_ubuntu.sh

* remove argparser

* to use opset ver 12

* workaround loss_scale naming patch in case of loss_fn_

* assign self.loss_fn_ so it can be checked

* skip a few un-needed post-process steps

* fix loss_scale_input_name, clean up post process steps

* skip non-frontend tests

* move cpu/cuda related files to coresponding cpu/cuda folder (#3668)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* type cast for ratio is not necessary for dropout (#3682)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* thrustallocator is not needed since cub is used directly for gather now. (#3683)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* GatherND-12 Implementation (#3645)

* Renamed, UT passing

* Move GatherND CUDA Kerenl into onnxruntime

* Merge GatherNDOpTest

* Refactor Test code

* Merge CPU Kernel Impl

* Handle Negative Indice, Fix UT

* Improve CUDA kernel to handle negative index

* Minor Fixes

* Preserve GatherND-1 Cuda kernel

* Fix Mac build

* fix UT

* Fix Build

* fix GatherNDOpTest.double > CUDA error cudaErrorInvalidDeviceFunction:invalid device function

Co-authored-by: Sherlock Huang <bahuang@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Peng Wang (pengwa) <pengwa@microsoft.com>

* update with reviewers' comments

* testBertTrainingGradientAccumulation was not using rtol and may fail occasionally with small (e-06) difference

* fix merge mistakes

Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Weixing Zhang <weixingzhang@users.noreply.github.com>
Co-authored-by: Weixing Zhang <wezhan@microsoft.com>
Co-authored-by: Sherlock <baihan.huang@gmail.com>
Co-authored-by: Sherlock Huang <bahuang@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Peng Wang (pengwa) <pengwa@microsoft.com>
2020-04-30 12:26:38 -07:00
..
scripts Liqun/e2e transformer test (#3540) 2020-04-30 12:26:38 -07:00
cuda_manylinux2010.repo Use manylinux2010 image to build linux python wheels (#1282) 2019-06-27 15:45:06 -07:00
Dockerfile.arm_yocto Initiate the build scripts for ARM ACL (#2652) 2019-12-16 09:44:19 -08:00
Dockerfile.centos Downgrade python gpu package to CUDA 10.0 (#2086) 2019-10-10 18:31:24 -07:00
Dockerfile.centos6 Update C API pipeline to use CentOS 6 (#2198) 2019-10-19 22:25:42 -07:00
Dockerfile.centos6_gpu Use CUDA 10.1 for Linux build (#3057) 2020-02-21 11:55:32 -08:00
Dockerfile.fedora CentOS CI (#1998) 2019-10-04 10:48:43 -07:00
Dockerfile.fedora_gpu CentOS CI (#1998) 2019-10-04 10:48:43 -07:00
Dockerfile.manylinux1 fix python packaging manylinux1 build break. (#3482) 2020-04-11 06:58:22 +08:00
Dockerfile.manylinux2010 Pull the latest image before running docker build 2019-11-22 13:48:37 -08:00
Dockerfile.manylinux2010_gpu Use CUDA 10.1 for Linux build (#3057) 2020-02-21 11:55:32 -08:00
Dockerfile.ubuntu Add front-end MNIST test (#3231) 2020-04-20 11:19:31 -07:00
Dockerfile.ubuntu_for_android Dockerfile for CentOS CI build (#1986) 2019-10-03 11:46:27 -07:00
Dockerfile.ubuntu_for_arm Initiate the build scripts for ARM ACL (#2652) 2019-12-16 09:44:19 -08:00
Dockerfile.ubuntu_gpu Add front-end MNIST test (#3231) 2020-04-20 11:19:31 -07:00
Dockerfile.ubuntu_gpu_cuda9 Dockerfile for CentOS CI build (#1986) 2019-10-03 11:46:27 -07:00
Dockerfile.ubuntu_openvino OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
Dockerfile.ubuntu_server Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
Dockerfile.ubuntu_tensorrt Upgrade TensorRT to version 7.0.0.11 (#2973) 2020-02-12 07:03:58 -08:00
Dockerfile.ubuntu_x86 Dockerfile for CentOS CI build (#1986) 2019-10-03 11:46:27 -07:00