--- /srv/rebuilderd/tmp/rebuilderdSHYH87/inputs/migraphx-doc_7.1.1-6_all.deb +++ /srv/rebuilderd/tmp/rebuilderdSHYH87/out/migraphx-doc_7.1.1-6_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-04-08 15:04:31.000000 debian-binary │ -rw-r--r-- 0 0 0 9396 2026-04-08 15:04:31.000000 control.tar.xz │ --rw-r--r-- 0 0 0 3600232 2026-04-08 15:04:31.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 3600300 2026-04-08 15:04:31.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/migraphx/html/migraphx-driver.html │ │ │ @@ -500,15 +500,15 @@ │ │ │ MNIST ConvNet as the input graph for demonstration purposes as models of higher complexity generate considerably larger outputs in most cases.

│ │ │
│ │ │

Option: op#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver op –list

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
@literal
│ │ │  @param
│ │ │  @return
│ │ │  abs
│ │ │  acos
│ │ │  acosh
│ │ │  add
│ │ │ @@ -711,29 +711,29 @@
│ │ │  
│ │ │
│ │ │

Option: params#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver params simple_graph.pb

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Reading: simple_graph.pb
│ │ │  x: float_type, {1, 28, 28}, {784, 28, 1}
│ │ │  
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │

Option: run (ONNX file input)#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver run –onnx simple_graph.onnx

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Compiling ...
│ │ │  Reading: simple_graph.onnx
│ │ │  @0 = check_context::migraphx::gpu::context -> float_type, {}, {}
│ │ │  @1 = hip::hip_allocate_memory[shape=float_type, {256}, {1},id=scratch] -> float_type, {256}, {1}
│ │ │  @2 = hip::hip_copy_literal[id=@literal:1] -> float_type, {784, 128}, {128, 1}
│ │ │  x:0 = @param:x:0 -> float_type, {1, 28, 28}, {784, 28, 1}
│ │ │  @3 = reshape[dims={-1, 784}](x:0) -> float_type, {1, 784}, {784, 1}
│ │ │ @@ -783,15 +783,15 @@
│ │ │  
│ │ │
│ │ │

Option: read#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver read simple_graph.pb

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Reading: simple_graph.pb
│ │ │  @0 = @literal{0.0136018, -0.0839988, 0.0375392, 0.0613085, -0.125795, 0.176185, 0.0761055, 0.0093384, -0.110057, -0.170587} -> float_type, {10}, {1}
│ │ │  @1 = @literal{ ... } -> float_type, {128, 10}, {10, 1}
│ │ │  @2 = @literal{ ... } -> float_type, {128}, {1}
│ │ │  @3 = @literal{ ... } -> float_type, {784, 128}, {128, 1}
│ │ │  @4 = @literal{-1, 784} -> int32_type, {2}, {1}
│ │ │  x = @param:x -> float_type, {1, 28, 28}, {784, 28, 1}
│ │ │ @@ -816,15 +816,15 @@
│ │ │  
│ │ │
│ │ │

Option: compile (on GPU, quantized for fp16)#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver compile –gpu –fp16 simple_graph.pb

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Compiling ...
│ │ │  Reading: simple_graph.pb
│ │ │  @0 = check_context::migraphx::gpu::context -> float_type, {}, {}
│ │ │  @1 = hip::hip_allocate_memory[shape=float_type, {456}, {1},id=scratch] -> float_type, {456}, {1}
│ │ │  @2 = hip::hip_copy_literal[id=@literal:0] -> half_type, {784, 128}, {128, 1}
│ │ │  @3 = load[offset=256,end=1824](@1) -> half_type, {1, 28, 28}, {784, 28, 1}
│ │ │  x = @param:x -> float_type, {1, 28, 28}, {784, 28, 1}
│ │ │ @@ -854,15 +854,15 @@
│ │ │  
│ │ │
│ │ │

Option: verify#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver verify simple_graph.pb

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Reading: simple_graph.pb
│ │ │  @0 = @literal{0.0136018, -0.0839988, 0.0375392, 0.0613085, -0.125795, 0.176185, 0.0761055, 0.0093384, -0.110057, -0.170587} -> float_type, {10}, {1}
│ │ │  @1 = @literal{ ... } -> float_type, {128, 10}, {10, 1}
│ │ │  @2 = @literal{ ... } -> float_type, {128}, {1}
│ │ │  @3 = @literal{ ... } -> float_type, {784, 128}, {128, 1}
│ │ │  @4 = @literal{-1, 784} -> int32_type, {2}, {1}
│ │ │  x = @param:x -> float_type, {1, 28, 28}, {784, 28, 1}
│ │ │ @@ -951,15 +951,15 @@
│ │ │  
│ │ │
│ │ │

Option: perf#

│ │ │
│ │ │

$ /opt/rocm/bin/migraphx-driver perf simple_graph.pb

│ │ │
│ │ │
│ │ │ -
│ │ │ +
│ │ │
Compiling ...
│ │ │  Reading: simple_graph.pb
│ │ │  @0 = check_context::migraphx::gpu::context -> float_type, {}, {}
│ │ │  @1 = hip::hip_allocate_memory[shape=float_type, {256}, {1},id=scratch] -> float_type, {256}, {1}
│ │ │  @2 = hip::hip_copy_literal[id=@literal:3] -> float_type, {784, 128}, {128, 1}
│ │ │  @3 = load[offset=0,end=512](@1) -> float_type, {1, 128}, {128, 1}
│ │ │  x = @param:x -> float_type, {1, 28, 28}, {784, 28, 1}