refactoring device memory allocation and cleanup

This commit is contained in:
Blaise Tine
2022-01-28 21:57:16 -05:00
parent 29df0da8b5
commit f7887d8720
49 changed files with 875 additions and 373 deletions

View File

@@ -5,7 +5,7 @@
typedef struct {
uint32_t num_points;
uint32_t src_ptr;
uint32_t src_addr;
} kernel_arg_t;
#endif