mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
11 lines
No EOL
167 B
C
11 lines
No EOL
167 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#define KERNEL_ARG_DEV_MEM_ADDR 0x7ffff000
|
|
|
|
typedef struct {
|
|
uint32_t num_points;
|
|
uint64_t src_addr;
|
|
} kernel_arg_t;
|
|
|
|
#endif |