Skip to content

Instantly share code, notes, and snippets.

View bidulock's full-sized avatar

Darryl Bidulock bidulock

  • Tempus AI
  • Calgary, AB
View GitHub Profile
@velenux
velenux / opencl-headers.sh
Created February 11, 2012 21:01
Download OpenCL headers
#!/bin/bash
# based on http://www.streamcomputing.eu/blog/2011-06-24/install-opencl-on-debianubuntu-orderly/
DIR=/usr/include/
for VERSION in 1.1 1.2; do
echo "Downloading headers for version ${VERSION}..."
mkdir -p "${DIR}/CL-${VERSION}"