An open API service indexing awesome lists of open source software.

https://github.com/dereklstinson/miopen

Go bindings for miopen (Radeon)
https://github.com/dereklstinson/miopen

amd amdgpu deep-learning go gpu hip machine-learning miopen radeon

Last synced: 2 months ago
JSON representation

Go bindings for miopen (Radeon)

Awesome Lists containing this project

README

          

# miopen
Go bindings for miopen (Radeon)

As of right now 10/29/2019. This works without modifications to the source code.
This is the hip version of miopen.

## Must install rocm,miopen and rocblas.

First:
https://rocm.github.io/install.html

Then:
```
sudo apt-get install rocblas
sudo apt-get install miopengemm miopen-hip
```

## Packages Needed:
```
go get github.com/dereklstinson/cutil
go get github.com/dereklstinson/half
```

## Use a hip binding.

To allocate memory, streams, etc ...

```
go get github.com/dereklstinson/hip

```