onnx_inference1_migraphx.bash 325 Bytes
Newer Older
zk's avatar
zk committed
1
2
3
4
5
6
7
8
9
10
11
MIGRAPHX_LOG=debug migraphx-driver compile \
    --onnx weights/ground_external.onnx \
    --gpu \
    -p dead_code_elimination \
    --output weights/ground.mgx

    # -p eliminate_contiguous \
    # -p simplify_reshapes \
    # -p simplify_algebra \
    # -p eliminate_identity \
    # -p common_subexpression_elimination \