Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Development

Timothee Guerin edited this page Jan 18, 2019 · 1 revision

Requirements

  • Go 1.11+
  • On windows have mingw installed(To compile the GPU bindings)

Commands

Build and make an exe

go build .

Build and run

go run .

When running locally it will print the stats to stdout which is great for debugging

Test on batch pool

You can build locally, upload the exe to storage and update the DOWNLOAD_URL to the blob. This however is tedious

You can change the script to be dev-linux.sh or dev-windows.sh and it will clone the latest changes, build and run those on the fly. So you can make changes to your branch then just reboot the node

  • Set BATCH_INSIGHTS_BRANCH to the branch you are using if not master
Clone this wiki locally