dereklstinson/gocudnn
Go Bindings for cudnn and other cuda pacakges.
This project provides Go programming language access to NVIDIA's cuDNN and CUDA libraries. It allows Go developers to build applications that leverage NVIDIA GPUs for high-performance deep learning operations. By using this, developers can write Go code to perform tasks like convolutions, deconvolutions, and batch normalization on large datasets, outputting faster processing for their deep learning models.
No commits in the last 6 months.
Use this if you are a Go developer building deep learning applications and need to integrate directly with NVIDIA's GPU acceleration libraries (cuDNN and CUDA) for better performance.
Not ideal if you are not a Go developer or if you are looking for a high-level deep learning framework rather than direct GPU library bindings.
Stars
31
Forks
6
Language
Go
License
MIT
Category
Last pushed
May 13, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dereklstinson/gocudnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications