Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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