From b1bb39ee3fad1e689bd0842dca71dc652dd9a30e Mon Sep 17 00:00:00 2001 From: Ni Kang Date: Wed, 27 Oct 2021 14:24:46 -0400 Subject: Updated the manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.3