diff options
| author | Ni Kang <[email protected]> | 2021-10-27 14:24:46 -0400 |
|---|---|---|
| committer | Ni Kang <[email protected]> | 2021-10-27 14:24:46 -0400 |
| commit | b1bb39ee3fad1e689bd0842dca71dc652dd9a30e (patch) | |
| tree | 05cc8eaa7cfd746d7712b2139c0326097a4ffe4e /README.md | |
| parent | 84c4f46fb78b529ab2447d7a676f5b3ac2d9c05f (diff) | |
Updated the manual
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ To run Pytorch applications with the simulator, install the modified Pytorch lib ## Step 3: Run -Before we run, we need to make sure the application's executable file is dynamically linked to CUDA runtime library. This can be done during compilation of your program by introducing the nvcc flag "--cudart shared" in makefile (quotes should be excluded). +Before we run, we need to make sure the application's executable file is dynamically linked to CUDA runtime library. This can be done during compilation of your program by introducing the nvcc flag "-lcudart" in makefile (quotes should be excluded). To confirm the same, type the follwoing command: |
