- 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
8 lines
83 B
Makefile
8 lines
83 B
Makefile
PROJECT = blackwell_insts
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n1
|
|
|
|
include ../common.mk
|