sgemm_wg: Add missing makefile dep to common.h

This commit is contained in:
Hansung Kim
2024-03-12 15:34:17 -07:00
parent 6f4dfe5a0e
commit fbe872c831

View File

@@ -1,6 +1,6 @@
PROJECT = sgemm_wg
SRCS = main.cpp
SRCS = main.cpp common.h
VX_SRCS = kernel.cpp