Files
kernels/tests/regression/flash_attention/Makefile
2024-09-07 22:40:58 -07:00

13 lines
193 B
Makefile

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