From 567e5b2875ce3e5d6d3ec68152fd7e9f43137ad1 Mon Sep 17 00:00:00 2001 From: David Keitel <david.keitel@ligo.org> Date: Thu, 2 Aug 2018 19:04:16 +0200 Subject: [PATCH] add pycuda as optional dependency --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a559438..844596f 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab