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 e7d663d commit ffc2a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ If the code appears to compile correctly, but `import kbmod` fails, try creating

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_string.h```
curl -O https://raw.githubusercontent.com/NVIDIA/cuda-samples/master/Common/helper_string.h
```

## Usage

Expand Down

0 comments on commit ffc2a47

Please sign in to comment.