Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smotherh authored Jun 22, 2022
1 parent ffc2a47 commit 3518a81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ to reappend the library to the python path
If the code appears to compile correctly, but `import kbmod` fails, try creating an anaconda environment with a python version that matches system python and recompiling.

Some cuda versions no longer include `helper_cuda.h` and `helper_string.h`. These can be added to the `src/` directory with
```curl -O https://raw.githubusercontent.com/NVIDIA/cuda-samples/master/Common/helper_cuda.h
```
curl -O https://raw.githubusercontent.com/NVIDIA/cuda-samples/master/Common/helper_cuda.h
curl -O https://raw.githubusercontent.com/NVIDIA/cuda-samples/master/Common/helper_string.h
```

## Usage
Expand Down

0 comments on commit 3518a81

Please sign in to comment.