summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJRPan <[email protected]>2022-02-01 10:37:21 -0500
committerGitHub <[email protected]>2022-02-01 10:37:21 -0500
commit921835274eb67dbe30a5bbb86d7e19028713dd2a (patch)
tree05cc8eaa7cfd746d7712b2139c0326097a4ffe4e
parent84c4f46fb78b529ab2447d7a676f5b3ac2d9c05f (diff)
parentb1bb39ee3fad1e689bd0842dca71dc652dd9a30e (diff)
Merge pull request #25 from Connie120/dev
Updated the manual
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bb8916..3e8dc30 100644
--- a/README.md
+++ b/README.md
@@ -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: