Skip to content

Instantly share code, notes, and snippets.

View shortwavedave's full-sized avatar

shortwavedave shortwavedave

View GitHub Profile
@shortwavedave
shortwavedave / README.md
Last active January 5, 2022 06:08 — forked from danisla/README.md
GKE GPU Sharing Daemonset

GPU Sharing on GKE DaemonSet

NOTE: This is not a Google supported product.

Example Usage

  1. Create a GKE cluster with a GPU node pool:
gcloud container clusters create gpu-sharing-demo --zone us-central1-c
// by davey whyte aka @beesandbombs
void setup(){
size(600,520,P3D);
colorMode(HSB,1);
noStroke();
}
float R = 160, r = 55;
int N = 720;