Add regression flops
This commit is contained in:
15
tests/regression/flops/common.h
Normal file
15
tests/regression/flops/common.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#define KERNEL_ARG_DEV_MEM_ADDR 0x7fff0000
|
||||
#define DEV_SMEM_START_ADDR 0xff000000
|
||||
|
||||
typedef struct {
|
||||
uint32_t size;
|
||||
uint32_t addr_src;
|
||||
uint32_t addr_dst;
|
||||
} kernel_arg_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user