Add flash attention kernel skeleton
This commit is contained in:
12
tests/regression/flash_attention/Makefile
Normal file
12
tests/regression/flash_attention/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
PROJECT = flash_attention
|
||||
|
||||
SRCS = main.cpp common.h
|
||||
|
||||
VX_SRCS = kernel.cpp
|
||||
VX_INCLUDES = ../sgemm_tcore/sgemm_impl.hpp
|
||||
|
||||
OPTS ?= -n16
|
||||
|
||||
VX_CFLAGS += -I../sgemm_tcore
|
||||
|
||||
include ../common.mk
|
||||
Reference in New Issue
Block a user