Linux Ubuntu 16.04 operating system + NVIDIA GTX 1070
Ethminer: https://github.com/ethereum-mining/ethminer
Mining pool: https://ethermine.org/
Linux Ubuntu 16.04 operating system + NVIDIA GTX 1070
Ethminer: https://github.com/ethereum-mining/ethminer
Mining pool: https://ethermine.org/
Assueme NVIDIA Driver and CUDA already successfully installed.
sudo yum install -y tcl tk
yum install -y nasm
wget https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-1.5.2.tar.gz
yum install -y libmpc-devel mpfr-devel gmp-devel
curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O
Uninstall if you have old version installed:
nvidia-uninstall
Install dependencies:
yum -y update
import numpy as np
import tensorflow as tf
# np.set_printoptions(threshold=np.nan)
def run(x, w, pad='SAME', stride=(1, 1)):
xx = tf.constant(x, dtype='float32')CentOS7, Python 2.7, CUDA 9.1, OpenMPI 3.10.0.
yum groupinstall -y "Development Tools"
yum install -y epel-release
yum install -y python-pip python-devel wget
| ;;; CUDA syntax hihlighting | |
| (add-to-list 'auto-mode-alist '("\\.cuh\\'" . c++-mode)) | |
| (add-to-list 'auto-mode-alist '("\\.cu\\'" . c++-mode)) | |
| (setq fill-column 80) | |
| (setq text-mode-hook 'turn-on-auto-fill) | |
| (setq default-major-mode 'text-mode) | |
| (defun iwb () | |
| "indent whole buffer" |
nvidia-smi
nvcc --version