User Tools

Site Tools


linux:servers:cuda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:servers:cuda [2016/01/27 07:01]
clee231 created
linux:servers:cuda [2021/05/02 21:36] (current)
Line 1: Line 1:
 +====== CUDA (CUDA.acm.cs)======
 ====== Machine Description ====== ====== Machine Description ======
  
Line 4: Line 5:
  
 ===== Authentication ===== ===== Authentication =====
-Uses ldap/​kerberos to authenticate against [[adgroups|AD]]. ​ In order to get access, you must be a part of the **ACMCudaAccess** group or higher privileged group. ​ Talk with an ACM System Administrator to provision this privilege.+Uses ldap/​kerberos to authenticate against [[admin:adgroups|AD]]. ​ In order to get access, you must be a part of the **ACMCudaAccess** group or higher privileged group. ​ Talk with an ACM System Administrator to provision this privilege.
 ===== Home directory ===== ===== Home directory =====
-Mounted from [[arch_home_directories|Mozart]] using an NFS client+Mounted from [[linux:arch_home_directories|Mozart]] using an NFS client
  
 ====== Hardware Specifications ====== ====== Hardware Specifications ======
Line 29: Line 30:
 ====== Software Configuration ====== ====== Software Configuration ======
  
-==== CUDA Toolkit ​7.==== +==== CUDA Toolkit ​9.==== 
-[[https://​developer.nvidia.com/​cuda-toolkit|CUDA Toolkit ​7.5]]+[[https://​developer.nvidia.com/​cuda-toolkit|CUDA Toolkit ​9.0.196]]
  
 The NVIDIA® CUDA® Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The CUDA Toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing the performance of your applications. You’ll also find programming guides, user manuals, API reference, and other documentation to help you get started quickly accelerating your application with GPUs. The NVIDIA® CUDA® Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The CUDA Toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing the performance of your applications. You’ll also find programming guides, user manuals, API reference, and other documentation to help you get started quickly accelerating your application with GPUs.
  
-The installation of CUDA Toolkit ​7.is installed at ''/​opt/​cuda/''​.+The installation of CUDA Toolkit ​9.0.196 is installed at ''/​opt/​cuda/''​.
  
-===== Theano ​0.7 ===== +==== CUDNN 7.==== 
-[[http://​www.deeplearning.net/​software/​theano/​|Theano 0.7]]+ 
 +[[https://​developer.nvidia.com/​rdp/​cudnn-download|CUDNN ​7.0.3]] 
 + 
 +The NVIDIA CUDA® Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned implementations for standard routines such as forward and backward convolution,​ pooling, normalization,​ and activation layers. cuDNN is part of the NVIDIA Deep Learning SDK. 
 + 
 +The installation of CUDNN is also installed at ''/​opt/​cuda''​. ​  
 + 
 +The following associated libraries have also been installed for CUDNN: 
 +  * Python-tensorflow 1.4.0 (CPU+GPU) 
 +  * Tensorflow 1.4.0 (CPU+GPU) 
 +  * Tensorboard 0.4.0rc1 
 + 
 + 
 +==== Theano 0.9 ==== 
 +[[http://​www.deeplearning.net/​software/​theano/​|Theano 0.9]]
  
 Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. ​ It is currently installed for both python2 and python3. ​ You should be able to just type ''​import theano''​ at the top of your python script to use it's functionality. Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. ​ It is currently installed for both python2 and python3. ​ You should be able to just type ''​import theano''​ at the top of your python script to use it's functionality.
  
-==== Theano Configuration ====+<WRAP center round todo 60%> 
 +Note that MILA has stated that development of Theano will halt after release 1.0 due in late 2017. More information can be found in this thread: https://​groups.google.com/​forum/#​!msg/​theano-users/​7Poq8BZutbY/​rNCIfvAEAwAJ 
 +</​WRAP>​ 
 + 
 +=== Theano Configuration === 
 In order to use Theano with basic configuration,​ you may need to create a config file for your user if it does not inherit settings. In order to use Theano with basic configuration,​ you may need to create a config file for your user if it does not inherit settings.
  
linux/servers/cuda.1453878095.txt.gz · Last modified: 2021/05/02 21:36 (external edit)