Skip to content

Commit

Permalink
generic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprajesh committed Feb 20, 2024
1 parent b553156 commit ba9a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
all:
nvcc -O3 -arch=sm_70 Hello.cu -o Hello.out
nvcc Hello.cu -o Hello.out

0 comments on commit ba9a6c4

Please sign in to comment.