Skip to content

Commit 9dae3fc

Browse files
committed
Fix typo in Makefile
1 parent 5a0b001 commit 9dae3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: tets-V100 test-T4 test-A100
1+
all: test-V100 test-T4 test-A100
22

33
test-V100: tc_test_numerics-V100.cu
44
nvcc -o $@ -arch=sm_70 -std=c++11 $<

0 commit comments

Comments
 (0)