Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 668 Bytes

File metadata and controls

28 lines (17 loc) · 668 Bytes

Simulator gRPC definitions

This repository holds the API description of the opencl-go simulator.

This is work in progress

The repository is archived and unmaintained. Please see Maintenance Notice for further details.

Update definitions

Install compiler (once)

Install protoc and the Go plugin. See here: https://developers.google.com/protocol-buffers/docs/gotutorial .

Update Go code

run

go generate generate.go

(The compiler and Go plugins may need to be reachable through PATH.)

License

This project is based on the MIT License. See LICENSE file.