repository
0.0.0-20240618065751-89daae7e3bd9
Repository: https://github.com/birentechnology/go-brml.git
Documentation: pkg.go.dev
# README
Go Bindings for the Birentech Management Library (BRML)
go get github.com/BirenTechnology/go-brml
Overview
This repository provides Go bindings for the BRML
At present, these bindings are only supported on Linux.
Requirements
- Biren GPU Driver >= 1.2.2
Example
go run example/example.go
Generate bindings
- Install c-for-go follow the repo (https://github.com/xlab/c-for-go)
- run
make gen