https://github.com/kuroko1t/gocuda
Go binding for Cuda Driver API
https://github.com/kuroko1t/gocuda
cuda go golang
Last synced: about 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T08:08:47.000Z (about 6 years ago)
- Last Synced: 2025-02-14T14:51:06.959Z (over 1 year 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
========
[](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