sgemm_wg: save args and input bin

This commit is contained in:
Hansung Kim
2024-02-12 20:48:23 -08:00
parent f586ab28df
commit 6a1a506b64
4 changed files with 46 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
#ifndef _COMMON_H_
#define _COMMON_H_
#define KERNEL_ARG_DEV_MEM_ADDR 0x7ffff000
#define KERNEL_ARG_DEV_MEM_ADDR 0x7fff0000
#define DEV_SMEM_START_ADDR 0xff000000
typedef struct {
uint32_t num_points;