Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Last active December 18, 2015 22:19
Show Gist options
  • Select an option

  • Save nicerobot/5853569 to your computer and use it in GitHub Desktop.

Select an option

Save nicerobot/5853569 to your computer and use it in GitHub Desktop.
OpenCL

Run:

curl -ks https://gist.github.com/nicerobot/5853569/raw/opencl.sh | bash -
#!/bin/bash
git clone https://github.com/nicerobot/OpenCL-Getting-Started.git
cd OpenCL-Getting-Started && {
gcc -Wall main.c -framework OpenCL -o main && ./main
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment