Files
kernels/tests/regression/flash_attention/Makefile
2025-01-29 18:30:32 -08:00

13 lines
245 B
Makefile

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