- 28 Nov, 2023 3 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
- 27 Nov, 2023 13 commits
-
-
Zakor Gyula authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik 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.
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
- 24 Nov, 2023 2 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
-
- 23 Nov, 2023 3 commits
-
-
Artur Wojcik authored
-
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
-
- 15 Nov, 2023 1 commit
-
-
shivadbhavsar authored
Reworked the simplify_qdq pass to support: Per-axis quantization (ie. allow 1D scales and zero points) Allow broadcast and transpose ops between dq and quant_op
-