Skip to content

Instantly share code, notes, and snippets.

@gunkaaa
Created February 20, 2018 09:42
Show Gist options
  • Save gunkaaa/8fe39464ce12e4cc22d967e615a4f165 to your computer and use it in GitHub Desktop.
Save gunkaaa/8fe39464ce12e4cc22d967e615a4f165 to your computer and use it in GitHub Desktop.
opencl env vars
#!/bin/bash
export GPU_FORCE_64BIT_PTR=1
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment