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)
- Host: GitHub
- URL: https://github.com/dereklstinson/miopen
- Owner: dereklstinson
- Created: 2019-05-09T17:50:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T18:09:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T11:26:06.923Z (7 months ago)
- Topics: amd, amdgpu, deep-learning, go, gpu, hip, machine-learning, miopen, radeon
- Language: Go
- Homepage:
- Size: 6.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.htmlThen:
```
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```