First install Cuda:Download from the NVIDIA official website: Cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb, there are two types of run and Deb, heavily recommended Deb format, easy to installCD to the directory where Cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb is located, such as mine:CD ~/software/cuda-repo-ubu
Software
Version
Window10
X64
Python
3.6.4 (64-bit)
CUDA
CUDA Toolkit 9.0 (Sept 2017)
CuDNN
CuDNN v7.0.5 (Dec 5), for CUDA 9.0
The above version of the test passed.Installation steps:1. to install python, remember to tick pip. 2. detects if
\nvidia GPU Computing ToolkitCUDA Driver:d:\nvidia\displaydriverCUDA sdk:c:\programdata\nvidia corporation\nvidia GPU Computing SDK 4.0The SDK is a collection of examples, wait until you write the program to see the example, run it, can also be used to detect whether your programming environment is good.Make sure your
compiler compiled into an executable file, Cuda executable files are two, respectively, the CPU code executed on the host, and the other part is the GPU code executed on the device, NVCC compiled instructions and gcc/g++ compiler almost, The basic instructions are as followsNVCC--gpu-architecture=compute_62--gpu-code=-i/usr/local/cuda/include/- c kernels.cu-o KERNELS.Owhich--gpu-architecture and--gpu-code
CUDA (Compute Unified Device Architecture), graphics manufacturer Nvidia launched the computing platform. Cuda™ is a general-purpose parallel computing architecture introduced by NVIDIA, which enables the GPU to solve complex computational problems. It contains the CUDA inst
Today I installed on the computer Cuda, for small white, a naïve time is very long, a simple record, in the future to facilitate the installation of their own. You are operating according to the installation files on the official website. Http://developer.nvidia.com/cuda-downloads.
The model for the official web site map:
The installation steps are as follows:
1. Pre-preparation
(1) Determine the GPU u
Install and configure CUDA in Ubuntu 14.04
First, I installed Ubuntu 14.04.1.
1. Pre-Check
Check the system as shown in reference 1.
Run the following command:
:~ $ Lspci | grep-I nvidia. 0 3D controller: NVIDIA Corporation GK110GL [Tesla K20c] (rev a1). 0 VGA compatible controller: NVIDIA Corporation gk0000gl [Quadro
editing, Python implementation, the original is mainly deployed in Ubuntu, but also the great God released the Windows version, but other relevant information is less, not suitable for novice use, so or Ubuntu is more suitable for beginners. RelativelyThis article contains 5 parts, including:
The first part of Linux installation
Part II installation of NVidia CUDA Toolkit (*.deb method)
Pa
problem of circular login;This is optional, I have no problem:After the reboot, the entry is still in the tty1 mode:And then:SUDO/ETC/INIT.D/LIGHTDM restartBack to the desktop system.
Second installation CUDA8.0:I used the. Run installation method,cd/download/sudo chmod +x cuda_8.0.61_375.26_linux.runsudo./cuda_8.0.61_375.26_linux.runThen install according to the command line prompt:Click the Q exit clause to browse or press the blanks until the end of the clause, enter accept acceptance clause
Because of the project needs, our deep learning algorithm must be accelerated, so the group gave me two gpu:gtx-750 Ti GRID-K2
GTX-750 Ti was I installed in the local, GRID-K2 installed on the server, need to SSH login to use, followed by a variety of pits ......... .....
First, let's talk about Grid-k2, server-side installation:
1. First, if you have only this card, sorry, you can not click here to see Cuda supported GPU here to find the information
Prior to learning CNN's knowledge, referring to Yoon Kim (2014) paper, using CNN for text classification, although the CNN network structure simple effect, but the paper did not give specific training time, which deserves further discussion.Yoon Kim Code: Https://github.com/yoonkim/CNN_sentenceUse the source code provided by the author to study, in my machine on the training, do a CV average training time as follows, ordinate for MIN/CV (for reference):Machine configuration: Intel (R) Core (TM)
CUDA Installation Guide on Linux systems
Applicable operating system
Fedora 7,8,9,10
Redhat Enterprise 3.x,4.x,5.x
SUSE Linux Enterprise Desktop 10-sp1,10.2,11.0
OpenSUSE 10.1,10.2,10.3,11.0,11.1
Ubuntu 7.04, 7.10.,8.04,8.10,9.04
--------------------------------------------------------------------------------
Download and operating system matching
Driver, SDK, Tookit
Address: http://www.nvidia.com/object/cuda_get.html
---------------------------------
Tags: sudo symbolic link ref does not install UDA appears http PIP Source official websiteConfigurationThe author uses the Dell Inspiron 7559 notebook computer with the Nvidia GTX 960M graphics card.GoalDue to the native graphics card only nvidia-384 driver package can be well supported (nvidia-387, nvidia-390 package
/non-commercial-software-download/Decompress the package, go to the decompressed directory, and install it:Cd/home/soft/l_fcompxe_2011.6.233./Install. sh# Select "Use a license file" when activating the product Option"# You can remove unnecessary parts of the installation options, such as Intel Debugger, But intel MKL should be retained.# Use the same method to install icc (l_ccompxe_2011.6.233). In the same installation option, only Intel C ++ Compiler is selected,# Set the environment variable
Reprinted please indicate the source for the klayge game engine, the address of this Article for http://www.klayge.org /? P = 961
Last week's post mentioned that NVIDIA announced Cuda 4, and yesterday it received an NV email saying that Cuda 4.0 RC can be downloaded. Developer registered users can find them at http://developer.nvidia.com/object/cuda_4_0_rc_downl
The author took a long time to install, mainly Cuda installation and OpenCV installation more laborious, Cuda find 32-bit installation package had to reinstall 64-bit Ubuntu system, OpenCV is also trying to solve, it is recommended to use 2.4.9 version. In fact, if the GPU does not need to install CUDA, but for subsequent compatibility considerations, the system
each Cuda C extension and How to Write Cuda software that delivers truly outstanding performance.
Major topics covered include
Parallel Programming
Thread cooperation
Constant memory and events
Texture memory
Graphics interoperability
Atomics
Streams
Cuda C on multiple GPUs
Advanced atomics
Additional
://bugs.launchpad.net/ubuntu"
We can see that the machine version is ubuntu14.04.
Then, use gcc -- version to check whether the gcc version meets the requirements in connection 1:
~ $ Gcc -- versionGcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2Copyright (C) 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOWarranty; not even for MERCHANTABILITY or fitness for a particle PURPOSE.
After checking, go to the nvidia
First verify that you have an NVIDIA graphics card (Http://developer.nvidia.com/cuda-gpus this site to see if you have a graphics card that supports GPU):
$ LSPCI | Grep-i nvidia
See your Linux distributions (mostly 64-bit or 32-bit):
$ uname-m cat/etc/*release
Look at the version of GCC:
$ gcc--versionFirst download the
Cuda from beginner to proficient (0): write in front
At the request of the boss, the master of the 2012 high-performance computing course began to contact Cuda programming, and then apply the technology to the actual project, so that the processing program to accelerate more than 1K, visible based on graphics display parallel computing for the pursuit of speed is undoubtedly an ideal choice. There are less
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.