Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuroko1t/gocuda
Go binding for Cuda Driver API
https://github.com/kuroko1t/gocuda
cuda go golang
Last synced: about 1 month ago
JSON representation
Go binding for Cuda Driver API
- Host: GitHub
- URL: https://github.com/kuroko1t/gocuda
- Owner: kuroko1t
- License: apache-2.0
- Created: 2019-08-25T02:44:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T08:08:47.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T09:52:17.522Z (3 months ago)
- Topics: cuda, go, golang
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gocuda
========[![GoDoc Reference](https://godoc.org/github.com/kuroko1t/gocuda?status.svg)](http://godoc.org/github.com/kuroko1t/gocuda)
# Description
Go binding for Cuda Driver API.
support cuda version > 10.0
API detail reference is [NVIDIA CUDA Driver API Manual](https://docs.nvidia.com/cuda/cuda-driver-api/)
# Installation
```
go get github.com/kuroko1t/gocuda
export PATH=/usr/local/cuda/bin:$PATH
```# API Reference
http://godoc.org/github.com/kuroko1t/gocuda
Example is found under the [example](./example) directory
# License
gocuda is licensed under the Apache License, Version2.0