Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
yzs981130 committed Jul 18, 2019
1 parent 0b84145 commit 0404e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ gcc -I /usr/local/cuda/include/ cuda-wrapper2.c -fPIC -shared -ldl -lcuda -o ./r

### Use

[permanent link to libcuda2.so](https://github.com/yzs981130/cuda-wrapper/releases/latest/download/libcuda2.so.10.1)


```bash
LD_PRELOAD=/path/to/libcuda2.so python test.py

Expand Down

0 comments on commit 0404e2c

Please sign in to comment.