Files
kernels/tests/regression/flash_attention/Makefile
2024-11-09 19:08:39 -08:00

15 lines
273 B
Makefile

PROJECT = flash_attention
SRCS = main.cpp common.h
# VX_SRCS = kernel.cpp
# VX_SRCS = kernel.gemmini.cpp
VX_SRCS = kernel.gemmini.nowarpspec.cpp
VX_INCLUDES = flash_impl.hpp ../sgemm_tcore/sgemm_impl.hpp
OPTS ?= -n16
VX_CFLAGS += -I../sgemm_tcore
include ../common.mk