Skip to content

Commit

Permalink
Fix targetnames in matmul examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Dec 10, 2024
1 parent 99cfe64 commit bbcbbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##===----------------------------------------------------------------------===##

subdir=matrix_vector
targetname=matrixVectorMultiplication
targetname=matrix_vector

# Currently does not accept reconfiguring size via these variables; must change
# in source at matmul.py as well as here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

srcdir := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
subdir=single_core
targetname=matrixMultiplication
targetname=single_core
kernels=mm

M?=256
Expand Down

0 comments on commit bbcbbbd

Please sign in to comment.