Skip to content

Instantly share code, notes, and snippets.

View YangXiangChen's full-sized avatar

YXChen YangXiangChen

View GitHub Profile
@YangXiangChen
YangXiangChen / fcitx-chewing.png
Created December 24, 2018 12:58 — forked from tanyuan/fcitx-chewing.png
Ubuntu: fcitx + chewing 新酷音輸入法
fcitx-chewing.png
@YangXiangChen
YangXiangChen / building_tensorflow.md
Created December 11, 2018 10:11 — forked from kmhofmann/building_tensorflow.md
Building TensorFlow from source

Building TensorFlow from source

The official instructions on building TensorFlow are here: https://www.tensorflow.org/install/install_sources

Prerequisites

We are assuming a build with CUDA support, as well as including SIMD optimizations (SSE3, SSE4, AVX, AVX2, FMA), on a Debian-like system (e.g. Ubuntu Linux).

On new systems, one will have to install CUDA, CuDNN, plus the following dependencies:

@YangXiangChen
YangXiangChen / cuda_installation_on_ubuntu_18.04
Created December 7, 2018 17:27 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
cuda 9.0 complete installation procedure for ubuntu 18.04 LTS
#!/bin/bash
## This gist contains step by step instructions to install cuda v9.0 and cudnn 7.2 in ubuntu 18.04
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###