FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libgpuarray/INSTALL at master · mingwandroid/libgpuarray · GitHub
mingwandroid
/
libgpuarray
Public
forked from
Theano/libgpuarray
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
libgpuarray
/
INSTALL
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (17 loc) · 981 Bytes
Breadcrumbs
libgpuarray
/
INSTALL
Copy path
File metadata and controls
24 lines (17 loc) · 981 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This library should build without problems on Mac OS X (10.5+), Linux,
and Windows. If you encounter a build problem, please report it along
with a log of the build messages to abergeron@gmail.com.
Requirements:
- either an OpenCL runtime (with headers) or the CUDA toolkit
- CMake [ http://cmake.org ] (to build)
Run CMake on the CMakeList.txt file in src/ and build according to
your platform. Set CMAKE_INSTALL_PREFIX to your desired path if you
don't want the platform default.
('cmake -DCMAKE_INSTALL_PREFIX=<prefix>' for unix-like platforms)
Pay attention to the messages from CMake since the library might still
build if no backends are found, but it won't be very useful.
There are instruction for installation in the CMake file which make
'make install' work on unix-like platforms. I have no idea how to
install on Windows.
If you also want the python bindings, run 'python setup.py install'
after building and installing the library which will install pygpu.
Back
|
FazBrowse Home
|
New Git URL