README.md 365 Bytes
Newer Older
kahmed10's avatar
kahmed10 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
# AMD MIGraphX Examples

This directory contains examples of using MIGraphX.

## Building the Dockerfile

You can build the provided dockerfile with the following command:

    docker build -f Dockerfile.hip-clang -t migraphx .

To run the docker image:

    docker run --device='/dev/kfd' --device='/dev/dri' -v=`pwd`:/data -w /data --group-add video -it migraphx