Skip to content

Instantly share code, notes, and snippets.

View Jarvizx's full-sized avatar
🎯
Focusing

Robin Jarvizx

🎯
Focusing
View GitHub Profile
@Jarvizx
Jarvizx / GPU-EC2.sh
Created July 20, 2016 17:01 — forked from soulslicer/GPU-EC2.sh
OpenCL on GPU instance
# This script installs everything you need on an EC2 GPU Instance
# Create an Ubuntu 12.04 GPU Instance with at least 16GB of free space
# Base packages
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install gcc git cmake
# CUDA/Nvidia installations
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1204/x86_64/cuda-repo-ubuntu1204_6.0-37_amd64.deb