- 07 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 02 Nov, 2023 1 commit
-
-
Chris Austen authored
-
- 01 Nov, 2023 1 commit
-
-
kahmed10 authored
-
- 19 Oct, 2023 3 commits
-
-
dependabot[bot] authored
-
github-actions[bot] authored
* Update onnxruntime main 635d3faa3b3908d2806d009dc6872152cfcfcdda * Update script for build_and_test_onnxrt.sh
-
kahmed10 authored
-
- 13 Oct, 2023 1 commit
-
-
Ahsan Saghir authored
This sets up the virtual environments for running python onnx tests. ctest's fixtures are used to ensure that the virtual environment is set up before the tests are run.
-
- 12 Oct, 2023 1 commit
-
-
Chris Austen authored
-
- 11 Oct, 2023 4 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
-
NBolade-224 authored
-
Artur Wojcik authored
-
- 06 Oct, 2023 1 commit
-
-
Charlie Lin authored
-
- 28 Sep, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 24 Sep, 2023 1 commit
-
-
Chris Austen authored
Co-authored-by:Attila Dusnoki <attila.dusnoki@htecgroup.com>
-
- 16 Sep, 2023 1 commit
-
-
Paul Fultz II authored
let the user know which targets migraphx was built for and how to build migraphx for their gpu.
-
- 15 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 31 Aug, 2023 1 commit
-
-
Chris Austen authored
-
- 23 Aug, 2023 1 commit
-
-
Ted Themistokleous authored
Allows us to build wheel file for onnxruntime builds found in /onnxruntime/build/Linux/Release/dist/*.whl
-
- 12 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 31 Jul, 2023 1 commit
-
-
Artur Wojcik authored
-
- 25 Jul, 2023 1 commit
-
-
Artur Wojcik authored
-
- 22 Jul, 2023 1 commit
-
-
Paul Fultz II authored
This adds a format.py file which will check or apply formatting using git clang-format or yapf.
-
- 17 Jul, 2023 1 commit
-
-
Charlie Lin authored
throw on use_len with non-fixed dynamic dimensions change normalize_attributes to use input shape rather than input dimensions
-
- 08 Jul, 2023 1 commit
-
-
Artur Wojcik authored
Export API symbols for migraphx, migraphx_ref, migraphx_cpu, migrphx_gpu, migraphx_device, migraphx_tf, and migraphx_onnx. There is a separate PR for migrahx_c. API symbol exporting affects only Windows. It is transparent on Linux.
-
- 06 Jul, 2023 1 commit
-
-
Paul Fultz II authored
This is to help enable multi-target execution. We store a vector of targets and contexts. Currently this will only compile a single target, the PR #1672 is needed to enable multiple targets. This will also serialize the targets and contexts. When using the execution_environment or prog.get_context() it will always use the context from the first target assuming this is the "primary" target. Although, its unlikely a user would use execution_environment with a multi-target environment.
-
- 22 Jun, 2023 1 commit
-
-
Ted Themistokleous authored
* Update instal_prereqs.sh to handle 22.04 defines Needed to run containers with 22.04 * Add Dockerfile for Ubuntu 22.04 and ROCm 5.5 Updated dockerfile to use ROCm 5.5 and Ubuntu 22.04 for use with building MIGraphX Able to run make -j$(nproc) check successfully with this * Clean this up since its breaking CI * cleanup install preq some more. -use one protobuf version -remove extra python3.8 installs from 3.10 case * Move comment for protobuf comment * Move Dockerfile for 22.04 to Dockerfiles/ folder * Move and rename 2204 docker file remove Docker_** from the name. Move these to tools/docker * Add pip3 installs to be shared between python versions * Add Package pin from repo.radeon.com * Add CMAKE_ARG ONNX_USE_PROTOBUF_SHARED_LIBS for every default python dist Set this to be default as part of installing prereqs --------- Co-authored-by:
Charlie Lin <charlie.lin@amd.com> Co-authored-by:
Umang Yadav <29876643+umangyadav@users.noreply.github.com> Co-authored-by:
kahmed10 <15948690+kahmed10@users.noreply.github.com>
-
- 19 May, 2023 1 commit
-
-
Chris Austen authored
Co-authored-by:
Sam Wu <sam.wu2@amd.com> Co-authored-by:
Paul <pfultz2@yahoo.com>
-
- 09 May, 2023 1 commit
-
-
Chris Austen authored
-
- 03 May, 2023 1 commit
-
-
Charlie Lin authored
Relies on Removed split_single_dyn_dim compile flag #1711 Exposes dynamic_dimension as a opaque object with dynamic_dimensions and optimals Exposes ONNX dyn_input_dims and default_dyn_dim to run with dynamic batch Updates api.py to be able to create objects from aggregate initialization (used for dynamic_dimension) Uses offload copy for now
-
- 11 Apr, 2023 1 commit
-
-
github-actions[bot] authored
-
- 09 Apr, 2023 1 commit
-
-
Paul Fultz II authored
* Enable hiprtc by default
-
- 24 Mar, 2023 1 commit
-
-
Ted Themistokleous authored
Useful to get more insight into Onnxruntime. Allows us to reuse the accuracy checker code while also allowing us to capture Execution Provider output with the --ort_run and --ort_logging flags Also added the --target flag as well to allow us to force using either a specific target for the accuracy checking. Originally this was defaulting to the GPU. This now allows us to use ref, fpga, etc to quickly change targets.
-
- 18 Mar, 2023 1 commit
-
-
Umang Yadav authored
Fixes #1595
-
- 17 Feb, 2023 1 commit
-
-
Chris Austen authored
Enable python 3.10 bindings
-
- 16 Feb, 2023 2 commits
-
-
Umang Yadav authored
* deprecate HCC
-
Umang Yadav authored
* Add driver flag "--exhaustive-tune" to enable tuning, add support for the same in C/C++ and python API
-
- 15 Feb, 2023 1 commit
-
-
Ted Themistokleous authored
Use requirements-dev.txt instead of the other instances
-
- 11 Feb, 2023 1 commit
-
-
Brian Pickrell authored
* add dynamic shape support to concat operator. Includes new op_shape_test and ref_ops_test cases
-
- 09 Feb, 2023 1 commit
-
-
Chris Austen authored
Change download location for onnx model from AWS ONNX to download.onnxruntime.ai
-