From 73045746a1739bdb55fba42d90d9f7d2d0bfe041 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Fri, 15 Jan 2021 06:42:51 -0500 Subject: [PATCH] DOC: Install with user-specified compute capability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76ce060..16112f9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Installation To install, simply run `./build_cuslines.sh`. This will place the cuslines library and files within a new subdirectory `./install` as well as copy the example script. +By default, the build supports compute capability 7.0 and 8.0. If a different compute capability is needed, the `./build_cuslines.sh` script should define `CUDA_COMPUTE_CAPABILITY` (e.g. `-DCUDA_COMPUTE_CAPABILITY=61` for compute capability 6.1) in the call to cmake. + ## Running the examples First, navigate into the `./builds` subdirectory. There are two example scripts using the HARDI dataset, `run_dipy_cpu_hardi.py` and `run_dipy_gpu_hardi.py`, which run on CPU and GPU respectively.