changes made for initial feedback

This commit is contained in:
sij814 2024-08-13 16:52:27 -07:00
parent 47427ab22e
commit ea34239b43
10 changed files with 39 additions and 42 deletions

View file

@ -34,7 +34,7 @@ typedef void* vx_buffer_h;
#define VX_CAPS_GLOBAL_MEM_SIZE 0x5
#define VX_CAPS_LOCAL_MEM_SIZE 0x6
#define VX_CAPS_ISA_FLAGS 0x7
#define VX_CAPS_L3CACHE_NUM_BANKS 0x8
#define VX_CAPS_NUM_MEM_BANKS 0x8
// device isa flags
#define VX_ISA_STD_A (1ull << ISA_STD_A)