Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyFstat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregory Ashton
PyFstat
Merge requests
!17
add pycuda as optional dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add pycuda as optional dependency
readme-pycuda
into
master
Overview
0
Commits
1
Changes
1
Merged
David Keitel
requested to merge
readme-pycuda
into
master
6 years ago
Overview
0
Commits
1
Changes
1
Expand
Eventually remembered to document this...
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
567e5b28
1 commit,
6 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
3
−
0
Options
@@ -63,6 +63,9 @@ $ git clone https://gitlab.aei.uni-hannover.de/GregAshton/PyFstat.git
a histogram of the loaded SFT data
*
[
pathos
](
https://pypi.python.org/pypi/pathos
)
, if installed, this provides
support for multiprocessing some functions.
*
[
pycuda
](
https://pypi.org/project/pycuda/
)
, required for the tCWFstatMapVersion=pycuda
option of the TransientGridSearch class.
(Note: 'pip install pycuda' requires a working nvcc compiler in your path.)
For an introduction to installing modules see
[
here
](
https://docs.python.org/3.5/installing/index.html
)
. If you are using
Loading