"...en/git@developer.sourcefind.cn:OpenDAS/diffusers.git" did not exist on "87b9db644b9034bf316811918722f5e09c676b1f"
- 01 Dec, 2023 7 commits
-
-
Paul authored
-
Chris Austen authored
-
Umang Yadav authored
-
Paul authored
-
Paul authored
-
Paul Fultz II authored
Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
Paul Fultz II authored
-
- 30 Nov, 2023 4 commits
-
-
dependabot[bot] authored
-
Charlie Lin authored
-
Manupa Karunaratne authored
-
Lakhinder Walia authored
Ref Unique Operator only
-
- 29 Nov, 2023 4 commits
-
-
Umang Yadav authored
-
Paul Fultz II authored
-
dependabot[bot] authored
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.28.0...v0.29.0 ) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6 ) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 28 Nov, 2023 2 commits
-
-
music-dino authored
Add min and max reduction modes Implement duplicate index handling Add corresponding reference, onnx, and verify tests.
-
Paul Fultz II authored
-
- 27 Nov, 2023 2 commits
-
-
Zakor Gyula authored
-
Attila Dusnoki authored
This example show how to use HuggingFace's Stable Diffusion v2.1 (https://huggingface.co/stabilityai/stable-diffusion-2-1) model with migraphx's python frontend.
-
- 24 Nov, 2023 1 commit
-
-
Artur Wojcik authored
-
- 23 Nov, 2023 2 commits
-
-
Paul Fultz II authored
-
Charlie Lin authored
Simplify what we parse the ONNX operator ConstantOfShape into a literal for a static shape
-
- 22 Nov, 2023 9 commits
-
-
Paul Fultz II authored
-
Zakor Gyula authored
-
Umang Yadav authored
-
Zakor Gyula authored
-
Charlie Lin authored
-
Paul Fultz II authored
-
Mirza Halilčević authored
Introduce dilations attribute to pooling operators reference implementation.
-
kahmed10 authored
-
Artur Wojcik authored
-
- 21 Nov, 2023 4 commits
-
-
Artur Wojcik authored
This PR introduces the support of Windows resource files to Embed.cmake. It is ON by default on Windows, and when it is OFF *.cpp files will be used. The same applies to Linux - ON -> *.o (LD) or OFF -> *.cpp . This PR fixes building resources on Linux with ld and objcopy commands.
-
Artur Wojcik authored
-
dependabot[bot] authored
-
Charlie Lin authored
Converts dynamic reshapes with constant output dimensions to a static reshape instruction Intended to be used after split_single_dyn_dim pass and after find_static_dimensions_of makes shape calculations doable at compile-time.
-
- 19 Nov, 2023 1 commit
-
-
github-actions[bot] authored
-
- 17 Nov, 2023 3 commits
-
-
dependabot[bot] authored
-
Zakor Gyula authored
-
Umang Yadav authored
Handles all 4 Fp8 dtypes listed here : https://onnx.ai/onnx/technical/float8.html Follows saturation/clipping logic from table there as well : https://onnx.ai/onnx/technical/float8.html#cast Only adding fp8e4m3fnuz in MIGraphX IR for now.
-
- 16 Nov, 2023 1 commit
-
-
Artur Wojcik authored
-