Files
kernels/kernels/blackwell_insts/Makefile
abnerhexu 8f7dba5920 Add Blackwell instructions test kernel and update linker script
- Add kernels/blackwell_insts/ with test kernel and input data
- Update linker script with extended memory layout
- Remove obsolete sgemm_tcore_blackwell Makefile
- Update VX_types.h and common.h
2026-05-06 14:50:28 +08:00

8 lines
83 B
Makefile

PROJECT = blackwell_insts
VX_SRCS = kernel.cpp
OPTS ?= -n1
include ../common.mk