minor update

This commit is contained in:
Blaise Tine 2024-06-04 14:28:30 -07:00
parent 6b800f2054
commit 6c56edf65d
9 changed files with 21 additions and 28 deletions

View file

@ -33,9 +33,8 @@ typedef void* vx_buffer_h;
#define VX_CAPS_CACHE_LINE_SIZE 0x4
#define VX_CAPS_GLOBAL_MEM_SIZE 0x5
#define VX_CAPS_LOCAL_MEM_SIZE 0x6
#define VX_CAPS_LOCAL_MEM_ADDR 0x7
#define VX_CAPS_ISA_FLAGS 0x8
#define VX_CAPS_NUM_BARRIERS 0x9
#define VX_CAPS_ISA_FLAGS 0x7
#define VX_CAPS_NUM_BARRIERS 0x8
// device isa flags
#define VX_ISA_STD_A (1ull << 0)