Build a Windows development environment for PyCUDA

Source: Internet
Author: User

Build a Windows development environment for PyCUDA

Build a development environment for PyCUDA

PyCUDA requires the python Boost library and Numpy Library (1.0.4 or above), and the CUDA Development Environment (more than 2.0 ).

You can download the required packages in Windows 64 at the following URL,

Http://www.lfd.uci.edu /~ Gohlke/pythonlibs/# boost. python.

In addition, PyCUDA also requires the pytools library, and the pytools Library requires the six, appdirs, and decorator libraries. These three libraries can be directly installed using the easy_install tool, install Pytools after the three libraries are installed.

Next, install CUDA. The latest CUDA version is 6.5, which is

Https://developer.nvidia.com/cuw.downloads.

After adding the bin path (C: \ ProgramFiles (x86) \ Microsoft Visual Studio 10.0 \ VC \ bin) of VS2010 to the system environment variables, You can correctly execute the PyCUDA program.


Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.